Commit 4f6f300a authored by Riri Novita's avatar Riri Novita

Merge branch 'riri' into 'master'

Riri

See merge request !1321
parents b7d8dafd 40ec5219
...@@ -397,7 +397,7 @@ export default class ProfitLossROO extends Component { ...@@ -397,7 +397,7 @@ export default class ProfitLossROO extends Component {
"report_id": this.props.report_id, "report_id": this.props.report_id,
"quartal": this.props.quarter, "quartal": this.props.quarter,
"status": type, "status": type,
"balance_sheet": data "profit_loss": data
} }
console.log(payload); console.log(payload);
// console.log(JSON.stringify(payload)); // console.log(JSON.stringify(payload));
......
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