Commit 6cb87fa0 authored by Hardiansyah's avatar Hardiansyah

tambah parameter in CFRO

parent b8fa1044
......@@ -377,7 +377,8 @@ export default class CashFlow extends Component {
"status": "submitted",
"quartal": this.props.quarter,
"currency_id": this.props.defaultCurrency.id,
"cash_flow": dbcf
"cash_flow": dbcf,
"master_report_type_id": this.props?.master_report_type_id
}
console.log(dbcf)
console.log(JSON.stringify(payload))
......
......@@ -2734,6 +2734,7 @@ export default class RollingOutlook extends Component {
refresh={this.getRollingOutlookID.bind(this)}
status={this.state.status}
lastStatus={this.getLastStatus()}
master_report_type_id={this.getActiveMasterReportTypeId()}
quarter={this.state.quarter.value}
isApprover={this.state.isApprover}
prevRevision={this.state.isSubmit ? this.state.prevRevision : true}
......
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