fix(server): storing cash flow transaction statement to GL entry note

This commit is contained in:
Ahmed Bouhuolia
2023-06-28 00:58:47 +02:00
parent 59e3a4016b
commit 39786e5b1f
3 changed files with 19 additions and 11 deletions

View File

@@ -21,6 +21,8 @@ export const transformLedgerEntryToTransaction = (
transactionNumber: entry.transactionNumber,
referenceNumber: entry.referenceNumber,
note: entry.note,
index: entry.index,
indexGroup: entry.indexGroup,