mining taxes invoices
This commit is contained in:
@@ -75,6 +75,9 @@ class MiningTaxesInvoices extends Command
|
|||||||
'invoiced' => 'No',
|
'invoiced' => 'No',
|
||||||
])->get();
|
])->get();
|
||||||
|
|
||||||
|
var_dump($rows);
|
||||||
|
die();
|
||||||
|
|
||||||
//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])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user