Commit 87489277 authored by Riri Novita's avatar Riri Novita

update

parent d2f954a4
......@@ -167,7 +167,7 @@ export default class BalanceSheet extends Component {
this.props.status === 'CLOSED' ? Number(item.balance_sheet.march) : item.type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.march, formula: item.balance_sheet.march_formula } : Number(item.balance_sheet.march),
this.props.status === 'CLOSED' ? Number(item.balance_sheet.april) : item.type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.april, formula: item.balance_sheet.april_formula } : Number(item.balance_sheet.april),
this.props.status === 'CLOSED' ? Number(item.balance_sheet.may) : item.type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.may, formula: item.balance_sheet.may_formula } : Number(item.balance_sheet.may),
this.props.status === 'CLOSED' ? Number(item.balance_sheet.june) : item.type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.june, formula: item.balance_sheet.june_formula } : Number(item.balance_sheet.june),
this.props.status === 'CLOSED' ? Number(item.balance_sheet.june) : item.type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.june, formula: item.balance_sheet.june_formula } : Number(item.balance_sheet.june),
this.props.status === 'CLOSED' ? Number(item.balance_sheet.july) : item.type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.july, formula: item.balance_sheet.july_formula } : Number(item.balance_sheet.july),
this.props.status === 'CLOSED' ? Number(item.balance_sheet.august) : item.type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.august, formula: item.balance_sheet.august_formula } : Number(item.balance_sheet.august),
this.props.status === 'CLOSED' ? Number(item.balance_sheet.september) : item.type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.september, formula: item.balance_sheet.september_formula } : Number(item.balance_sheet.september),
......
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