created simplified mining tax invoice
This commit is contained in:
@@ -109,7 +109,7 @@ class TestController extends Controller
|
||||
'type_id' => $row->type_id,
|
||||
'ore_name' => $row->ore_name,
|
||||
'quantity' => $row->quantity,
|
||||
'amount' => $row->amount,
|
||||
'amount' => (float)$row->amount,
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -142,7 +142,7 @@ class TestController extends Controller
|
||||
'type_id' => $row->type_id,
|
||||
'ore_name' => $row->ore_name,
|
||||
'quantity' => $row->quantity,
|
||||
'amount' => $row->amount,
|
||||
'amount' => (float)$row->amount,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user