add distribute from admin to supervisor

This commit is contained in:
2021-12-09 03:40:12 +07:00
parent 1f44cf484c
commit e25f97ee9c
3 changed files with 57 additions and 11 deletions

View File

@@ -39,14 +39,4 @@ export class TransactionJournal extends BaseModel {
},
)
coa: COA;
@ManyToOne(
() => {
return TransactionType;
},
(transType) => {
return transType.id;
},
)
transactionType: TransactionType;
}