Commit ab2964a2 authored by ardiansyah's avatar ardiansyah

Merge branch 'ENV-DEV' into 'ENV-STAGING'

Env dev

See merge request !1915
parents 208f8560 6c949d8c
...@@ -552,7 +552,7 @@ export default class BalanceSheetMR extends Component { ...@@ -552,7 +552,7 @@ export default class BalanceSheetMR extends Component {
if (response.data.status === "success") { if (response.data.status === "success") {
// this.props.onClickClose() // this.props.onClickClose()
if (type == 'submitted') { if (type == 'submitted') {
this.props.saveToMonthlyReport('BS') this.props.saveToMonthlyReport('BS')
// let bodyRatioBs = { // let bodyRatioBs = {
// "report": 'ratio', // "report": 'ratio',
// "monthlyReportId": this.props.monthlyReportId, // "monthlyReportId": this.props.monthlyReportId,
......
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