Commit ceba5012 authored by Hardiansyah's avatar Hardiansyah

tambah parameter

parent 0f5e3ea4
......@@ -376,7 +376,8 @@ export default class CashFlow extends Component {
"currency_id": this.props.defaultCurrency.id,
"status": "submitted",
// "quartal": this.props.quarter,
"cash_flow": dbcf
"cash_flow": dbcf,
"master_report_type_id": this.props?.master_report_type_id
}
console.log(dbcf)
console.log(JSON.stringify(payload))
......
......@@ -2707,6 +2707,7 @@ export default class OutlookPA extends Component {
lastStatus={this.getLastStatus()}
prevRevision={this.state.isSubmit ? this.state.prevRevision : true}
PLBSFAMSubmitted={this.getLastStatus() === 'APPROVED' ? true : false}
master_report_type_id={this.getActiveMasterReportTypeId()}
/>
)}
{this.state.visibleCAT && (
......
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