- fix total commision query
This commit is contained in:
parent
fdd9802d6c
commit
65ba23c7f6
|
@ -2114,6 +2114,8 @@ export class TransactionService {
|
||||||
)
|
)
|
||||||
.getRawOne();
|
.getRawOne();
|
||||||
|
|
||||||
|
console.log("totalprofitni", data.total_profit);
|
||||||
|
console.log("totalexpenseni", total_expense);
|
||||||
return {
|
return {
|
||||||
total_amount: parseInt(data.total_amount),
|
total_amount: parseInt(data.total_amount),
|
||||||
total_transaction: parseInt(data.total_transaction),
|
total_transaction: parseInt(data.total_transaction),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user