holding journal for sov expenses

This commit is contained in:
2020-04-04 02:10:34 -05:00
parent ee4b67c03c
commit b53610f6fa

View File

@@ -61,7 +61,6 @@ class HoldingFinancesCommand extends Command
//Get the total pages for the journal for the holding corporation
$pages = $finance->GetJournalPageCount(1, $config['primary']);
dd($pages);
//Dispatch a single job for each page to process
for($i = 1; $i <= $pages; $i++) {