Merge branch 'master' into 'devops-production'
Master See merge request empatnusabangsa/ppob/ppob-backend!126
This commit is contained in:
commit
b1985e6c6c
|
@ -1325,7 +1325,7 @@ export class TransactionService {
|
|||
|
||||
return {
|
||||
coa_id: coaAccount.id,
|
||||
credit: (totalPrice * commissionValue.commission) / 100,
|
||||
credit: Math.floor((totalPrice * commissionValue.commission) / 100),
|
||||
};
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user