From 3f61ad8f99659621a60591ccaabcf7f485f3cb3a Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 4 Apr 2020 02:45:11 -0500 Subject: [PATCH] sov bills job work --- app/Console/Commands/Finances/SovBills.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Finances/SovBills.php b/app/Console/Commands/Finances/SovBills.php index 0751c0887..89a10c0b3 100644 --- a/app/Console/Commands/Finances/SovBills.php +++ b/app/Console/Commands/Finances/SovBills.php @@ -96,7 +96,7 @@ class SovBillsCommand extends Command $esi->setVersion('v4'); //Reference to see if the character is in our look up table for corporations and characters - $char = $lookup->GetCharacterInfo($charId); + $char = $lookup->GetCharacterInfo($config['primary']); $corpId = $char->corporation_id; //Get the total pages for the journal for the sov bills from the holding corporation