Commit 9806ea50 authored by Hardiansyah's avatar Hardiansyah

[Fix] - monthly report load data

parent b750d288
...@@ -3521,8 +3521,8 @@ export default class MonthlyReport extends Component { ...@@ -3521,8 +3521,8 @@ export default class MonthlyReport extends Component {
options={options} options={options}
/> />
</MuiThemeProvider> </MuiThemeProvider>
{this.renderAttachment(mstIdFinance)} {this.renderAttachment(mstIdCAT)}
{this.renderApproveMB(mstIdFinance)} {this.renderApproveMB(mstIdCAT)}
{this.renderHistoryInfo(mstIdCAT)} {this.renderHistoryInfo(mstIdCAT)}
{this.state.visibleTableHistoryCAT && ( {this.state.visibleTableHistoryCAT && (
<div style={{ marginTop: 20 }}> <div style={{ marginTop: 20 }}>
......
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