mining taxes invoices

This commit is contained in:
2021-02-25 22:54:37 +09:00
parent 1451e97f31
commit 2718b575a4

View File

@@ -75,8 +75,6 @@ class MiningTaxesInvoices extends Command
'invoiced' => 'No', 'invoiced' => 'No',
])->get(); ])->get();
dd($rows);
//Taly up the item composition from each row and multiply by the quantity //Taly up the item composition from each row and multiply by the quantity
foreach($rows as $row) { foreach($rows as $row) {
if(!isset($ores[$row->type_id])) { if(!isset($ores[$row->type_id])) {