mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix issues in sales and purchases API module.
This commit is contained in:
@@ -43,6 +43,7 @@ export default class SaleInvoicesService {
|
||||
});
|
||||
opers.push(oper);
|
||||
});
|
||||
// Increment the customer balance after deliver the sale invoice.
|
||||
const incrementOper = Customer.incrementBalance(
|
||||
saleInvoice.customer_id,
|
||||
balance,
|
||||
|
||||
Reference in New Issue
Block a user