invoice stuff

This commit is contained in:
2021-03-18 00:08:40 +09:00
parent 36ae8f27bb
commit ce99ad9cf9

View File

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