Commit f115c81e authored by Hardiansyah's avatar Hardiansyah

Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'

tambah parameter

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