mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix: issue bills payment change once bill payment made.
This commit is contained in:
@@ -455,7 +455,7 @@ export default class PaymentReceiveService {
|
||||
oldPaymentReceiveEntries?: IPaymentReceiveEntryDTO[],
|
||||
): Promise<void> {
|
||||
const { SaleInvoice } = this.tenancy.models(tenantId);
|
||||
const opers: Promise<T>[] = [];
|
||||
const opers: Promise<void>[] = [];
|
||||
|
||||
const diffEntries = entriesAmountDiff(
|
||||
newPaymentReceiveEntries,
|
||||
|
||||
Reference in New Issue
Block a user