add distribute from admin to supervisor
This commit is contained in:
		| @@ -39,14 +39,4 @@ export class TransactionJournal extends BaseModel { | ||||
|     }, | ||||
|   ) | ||||
|   coa: COA; | ||||
|  | ||||
|   @ManyToOne( | ||||
|     () => { | ||||
|       return TransactionType; | ||||
|     }, | ||||
|     (transType) => { | ||||
|       return transType.id; | ||||
|     }, | ||||
|   ) | ||||
|   transactionType: TransactionType; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user