fix: Transaction type and description do not show in general ledger.

This commit is contained in:
Ahmed Bouhuolia
2024-08-12 21:08:02 +02:00
parent 79cc09fad9
commit ff94d8d9b2
4 changed files with 12 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ export interface IGeneralLedgerSheetAccountTransaction {
currencyCode: string;
note?: string;
transactionType?: string;
transactionTypeFormatted: string;
transactionNumber: string;
referenceId?: number;