Commit 2ce357a5 authored by Faisal Hamdi's avatar Faisal Hamdi

Merge branch 'faisal' into 'master'

cat rev

See merge request !1185
parents 9258bf78 f61281df
......@@ -16,6 +16,7 @@ import moment from 'moment';
import BalanceSheetRO from './RollingOutlook/BalanceSheetRO';
import ProfitLossRO from './RollingOutlook/ProfitLossRO';
import TaxPlanningRO from './RollingOutlook/TaxPlanningRO';
import CatRevision from './RollingOutlook/CatRevision';
var ct = require("../library/CustomTable");
const getMuiTheme = () => createMuiTheme(ct.customTable());
......@@ -1229,6 +1230,14 @@ export default class RollingOutlook extends Component {
/>
)}
{this.state.visibleCAT && (
<CatRevision
width={this.props.width}
open={this.props.open}
onClickClose={() => this.setState({ visibleCAT: false, visibleRollingOutlook: true })}
/>
)}
{this.state.visibleRevision && (
<div className="test app-popup-show">
......
This diff is collapsed.
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