Commit c540b6a5 authored by Dida Adams Arizona's avatar Dida Adams Arizona

Merge branch 'GGMAC' into 'master'

update ro pl & mr cf

See merge request !1253
parents 67f70ffb 86d08524
......@@ -336,7 +336,7 @@ export default class CashFlow extends Component {
olahDataCashFlow(dataTable2) {
console.log(dataTable2)
let listCF = []
dataTable2.map((item,index) => {
dataTable2.map((item, index) => {
listCF.push(
{
"item_report_id": item[1],
......@@ -377,7 +377,7 @@ export default class CashFlow extends Component {
let payload = {
"submission_id": this.props.submissionID,
"company_id": this.props.company.company_id,
"periode": this.props.periode.periode,
"periode": this.props.periode,
"report_id": 6,
"status": "submitted",
"cash_flow": dbcf
......
This diff is collapsed.
This diff is collapsed.
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