invoice changes
This commit is contained in:
@@ -153,8 +153,8 @@ class MiningTaxesAdminController extends Controller
|
||||
$ores = array();
|
||||
$moons = array();
|
||||
$totalPrice = 0.00;
|
||||
$structure = new StructureHelper;
|
||||
$config = config('esi');
|
||||
$structure = new StructureHelper($config['primary'], $config['corporation']);
|
||||
|
||||
//Get the invoice from the database
|
||||
$invoice = Invoice::where([
|
||||
|
||||
@@ -346,8 +346,8 @@ class MiningTaxesController extends Controller
|
||||
$ores = array();
|
||||
$moons = array();
|
||||
$totalPrice = 0.00;
|
||||
$structure = new StructureHelper;
|
||||
$config = config('esi');
|
||||
$structure = new StructureHelper($config['primary'], $config['corporation']);
|
||||
|
||||
$systems = AllianceMoon::where([
|
||||
'rented' => 'No',
|
||||
|
||||
Reference in New Issue
Block a user