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