mining taxes invoices
This commit is contained in:
@@ -86,7 +86,7 @@ class MiningTaxesInvoices extends Command
|
|||||||
|
|
||||||
//Add up the total price from the ledger rows for the report later
|
//Add up the total price from the ledger rows for the report later
|
||||||
$totalPrice = $totalPrice + $row['amount'];
|
$totalPrice = $totalPrice + $row['amount'];
|
||||||
dd($row['amount']);
|
dd($totalPrice);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Reduce the total price by the take percentage
|
//Reduce the total price by the take percentage
|
||||||
|
|||||||
Reference in New Issue
Block a user