invoice changes
This commit is contained in:
@@ -181,12 +181,10 @@ class MiningTaxesAdminController extends Controller
|
|||||||
//Get the structure info from the database or esi
|
//Get the structure info from the database or esi
|
||||||
$tempObserverInfo = $structure->GetStructureInfo($item['observer_id']);
|
$tempObserverInfo = $structure->GetStructureInfo($item['observer_id']);
|
||||||
|
|
||||||
dd($tempObserverInfo);
|
|
||||||
|
|
||||||
//Create the array for the line by line
|
//Create the array for the line by line
|
||||||
array_push($moons, [
|
array_push($moons, [
|
||||||
'character_name' => $item['character_name'],
|
'character_name' => $item['character_name'],
|
||||||
'observer_name' => $tempObserverInfo->name,
|
'observer_name' => $tempObserverInfo->structure_name,
|
||||||
'type_id' => $item['type_id'],
|
'type_id' => $item['type_id'],
|
||||||
'ore_name' => $item['ore_name'],
|
'ore_name' => $item['ore_name'],
|
||||||
'quantity' => $item['quantity'],
|
'quantity' => $item['quantity'],
|
||||||
|
|||||||
@@ -381,7 +381,7 @@ class MiningTaxesController extends Controller
|
|||||||
//Create the array for the line by line
|
//Create the array for the line by line
|
||||||
array_push($moons, [
|
array_push($moons, [
|
||||||
'character_name' => $item['character_name'],
|
'character_name' => $item['character_name'],
|
||||||
'observer_name' => $tempObserverInfo->name,
|
'observer_name' => $tempObserverInfo->structure_name,
|
||||||
'type_id' => $item['type_id'],
|
'type_id' => $item['type_id'],
|
||||||
'ore_name' => $item['ore_name'],
|
'ore_name' => $item['ore_name'],
|
||||||
'quantity' => $item['quantity'],
|
'quantity' => $item['quantity'],
|
||||||
|
|||||||
Reference in New Issue
Block a user