invoice stuff
This commit is contained in:
@@ -76,6 +76,8 @@ class MiningTaxesInvoices extends Command
|
|||||||
'invoiced' => 'No',
|
'invoiced' => 'No',
|
||||||
])->get()->toArray();
|
])->get()->toArray();
|
||||||
|
|
||||||
|
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']])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user