mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: sale invoice model tax attributes
This commit is contained in:
@@ -93,7 +93,7 @@ export class SaleInvoiceGLEntries {
|
||||
'SaleInvoice',
|
||||
trx
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Retrieves the given invoice ledger.
|
||||
@@ -156,7 +156,7 @@ export class SaleInvoiceGLEntries {
|
||||
|
||||
return {
|
||||
...commonEntry,
|
||||
debit: saleInvoice.totalBcy,
|
||||
debit: saleInvoice.totalLocal,
|
||||
accountId: ARAccountId,
|
||||
contactId: saleInvoice.customerId,
|
||||
accountNormal: AccountNormal.DEBIT,
|
||||
|
||||
Reference in New Issue
Block a user