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

@@ -67,7 +67,7 @@ export class GeneralLedgerTable extends R.compose(
return [
{ key: 'date', accessor: 'dateFormatted' },
{ key: 'account_name', accessor: 'account.name' },
{ key: 'reference_type', accessor: 'referenceTypeFormatted' },
{ key: 'reference_type', accessor: 'transactionTypeFormatted' },
{ key: 'reference_number', accessor: 'transactionNumber' },
{ key: 'description', accessor: 'note' },
{ key: 'credit', accessor: 'formattedCredit' },