From e12bfb75e92382243e3b3fc2ed8257f8c5423284 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 26 Feb 2021 00:58:17 +0900 Subject: [PATCH] mining taxes invoices --- app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php index 5aeb753ce..fa9c791f4 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php @@ -86,7 +86,7 @@ class MiningTaxesInvoices extends Command //Add up the total price from the ledger rows for the report later $totalPrice = $totalPrice + $row['amount']; - dd($row['amount']); + dd($totalPrice); } //Reduce the total price by the take percentage