Merge branch 'master' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-production

This commit is contained in:
Fadli
2022-10-12 10:46:53 +07:00

View File

@@ -2121,7 +2121,7 @@ export class TransactionService {
total_transaction: parseInt(data.total_transaction),
total_modal: parseInt(data.total_modal),
total_profit: parseInt(data.total_profit),
total_commission: - parseInt(total_expense) - parseInt(data.total_profit),
total_commission: parseInt(total_expense) - parseInt(data.total_profit),
};
}