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

@@ -249,6 +249,7 @@ export default class Ledger implements ILedger {
transactionId: entry.referenceId,
transactionType: entry.referenceType,
transactionSubType: entry.transactionType,
transactionNumber: entry.transactionNumber,
referenceNumber: entry.referenceNumber,
@@ -262,6 +263,8 @@ export default class Ledger implements ILedger {
taxRateId: entry.taxRateId,
taxRate: entry.taxRate,
note: entry.note,
};
}