mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
fix(FE): fix report excel debt supplier change debt_price to balance
This commit is contained in:
@@ -64,7 +64,7 @@ export const generateDebtSupplierExcel = (
|
|||||||
'Status Jatuh Tempo': item.due_status || '',
|
'Status Jatuh Tempo': item.due_status || '',
|
||||||
'Nominal Pembelian (Rp)': item.total_price || 0,
|
'Nominal Pembelian (Rp)': item.total_price || 0,
|
||||||
'Pembayaran (Rp)': item.payment_price || 0,
|
'Pembayaran (Rp)': item.payment_price || 0,
|
||||||
'Sisa Saldo Hutang (Rp)': item.debt_price || 0,
|
'Sisa Saldo Hutang (Rp)': item.balance || 0,
|
||||||
Status: item.status || '',
|
Status: item.status || '',
|
||||||
'Nomor Perjalanan': item.travel_number || '',
|
'Nomor Perjalanan': item.travel_number || '',
|
||||||
})),
|
})),
|
||||||
|
|||||||
Reference in New Issue
Block a user