mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix: matching bank transactions should create associate payment transactions for bills and invoicese. (#606)
This commit is contained in:
@@ -67,7 +67,7 @@ export interface IPaymentReceivedEntry {
|
||||
export interface IPaymentReceivedEntryDTO {
|
||||
id?: number;
|
||||
index: number;
|
||||
paymentReceiveId: number;
|
||||
paymentReceiveId?: number;
|
||||
invoiceId: number;
|
||||
paymentAmount: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user