add: profit akun coa

This commit is contained in:
ilham
2021-12-23 20:43:34 +07:00
parent ef1ef4d429
commit d9415dbaa3
3 changed files with 11 additions and 1 deletions

View File

@@ -737,7 +737,7 @@ export class TransactionService {
supervisorData.map(async (it) => {
const coaAccount = await this.coaService.findByUser(
it.id,
coaType.WALLET,
coaType.PROFIT,
);
const commissionValue = await this.commissionService.findOne(
it.roles.id,