Merge branch 'master' into 'devops-production'

Master

See merge request empatnusabangsa/ppob/ppob-backend!126
This commit is contained in:
ilham dwi pratama 2022-02-04 14:29:56 +00:00
commit b1985e6c6c

View File

@ -1325,7 +1325,7 @@ export class TransactionService {
return { return {
coa_id: coaAccount.id, coa_id: coaAccount.id,
credit: (totalPrice * commissionValue.commission) / 100, credit: Math.floor((totalPrice * commissionValue.commission) / 100),
}; };
}), }),
); );