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

@@ -41,6 +41,8 @@ export interface ILedgerEntry {
index: number;
indexGroup?: number;
note?: string;
userId?: number;
itemId?: number;
branchId?: number;