Commit a30e7043 authored by Faisal Hamdi's avatar Faisal Hamdi

Merge branch 'faisal' into 'master'

rename ro cat!

See merge request !1376
parents f78bb864 d8726f72
...@@ -16,7 +16,7 @@ import moment from 'moment'; ...@@ -16,7 +16,7 @@ import moment from 'moment';
import BalanceSheetRO from './RollingOutlook/BalanceSheetRO'; import BalanceSheetRO from './RollingOutlook/BalanceSheetRO';
import ProfitLossRO from './RollingOutlook/ProfitLossRO'; import ProfitLossRO from './RollingOutlook/ProfitLossRO';
import TaxPlanningRO from './RollingOutlook/TaxPlanningRO'; import TaxPlanningRO from './RollingOutlook/TaxPlanningRO';
import CatRevision from './RollingOutlook/CatRevision'; import CorporateAnnualTargetRO from './RollingOutlook/CorporateAnnualTargetRO';
import CashFlowRO from './RollingOutlook/CashFlowRO'; import CashFlowRO from './RollingOutlook/CashFlowRO';
var ct = require("../library/CustomTable"); var ct = require("../library/CustomTable");
...@@ -1503,7 +1503,7 @@ export default class RollingOutlook extends Component { ...@@ -1503,7 +1503,7 @@ export default class RollingOutlook extends Component {
)} )}
{this.state.visibleCAT && ( {this.state.visibleCAT && (
<CatRevision <CorporateAnnualTargetRO
width={this.props.width} width={this.props.width}
height={this.props.height} height={this.props.height}
open={this.props.open} open={this.props.open}
......
...@@ -49,7 +49,7 @@ const theme = createMuiTheme({ ...@@ -49,7 +49,7 @@ const theme = createMuiTheme({
}, },
}); });
export default class CatRevision extends Component { export default class CorporateAnnualTargetRO extends Component {
constructor(props) { constructor(props) {
super(props) super(props)
this.state = { this.state = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment