mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix(server): Transaction type of credit note and vendor credit are not defined on account transactions
This commit is contained in:
@@ -58,6 +58,7 @@ export interface IAccountTransaction {
|
||||
date: string | Date;
|
||||
|
||||
referenceType: string;
|
||||
referenceTypeFormatted: string;
|
||||
referenceId: number;
|
||||
|
||||
referenceNumber?: string;
|
||||
|
||||
Reference in New Issue
Block a user