invoice changes

This commit is contained in:
2021-08-01 23:41:57 -05:00
parent 1196abb0a0
commit 28ca917d5d

View File

@@ -181,6 +181,8 @@ class MiningTaxesAdminController extends Controller
//Get the structure info from the database or esi
$tempObserverInfo = $structure->GetStructureInfo($item['observer_id']);
dd($tempObserverInfo);
//Create the array for the line by line
array_push($moons, [
'character_name' => $item['character_name'],