Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging
This commit is contained in:
commit
60cfdffa47
|
@ -2390,7 +2390,8 @@ export class TransactionService {
|
|||
total_modal: parseInt(data.total_modal),
|
||||
total_amount: parseInt(data.total_amount),
|
||||
total_transaction: parseInt(data.total_transaction),
|
||||
total_profit: parseInt(data.total_profit),
|
||||
total_profit: data.total_amount - data.total_modal,
|
||||
// total_profit: parseInt(data.total_profit),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user