Commit ce9aa165 authored by ardiansyah's avatar ardiansyah

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

tambah parameter

See merge request !2419
parents dd8358c9 0f5e3ea4
......@@ -246,7 +246,8 @@ export default class CashFlowMR extends Component {
"status": "submitted",
"months": this.props.month.month_id,
"currency_id": this.props.defaultCurrency.id,
"cash_flow": listCF
"cash_flow": listCF,
"master_report_type_id": this.props?.master_report_type_id
}
this.props.createCashFlow(payload)
}
......
......@@ -3784,6 +3784,7 @@ export default class MonthlyReport extends Component {
PLBSFAMSubmitted={this.getLastStatus() === 'APPROVED' ? true : false}
// PLBSFAMSubmitted={false}
createCashFlow={this.createCashFlow.bind(this)}
master_report_type_id={this.getActiveMasterReportTypeId()}
/>
)}
......
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