holding journal for sov expenses
This commit is contained in:
@@ -61,7 +61,6 @@ class HoldingFinancesCommand extends Command
|
|||||||
|
|
||||||
//Get the total pages for the journal for the holding corporation
|
//Get the total pages for the journal for the holding corporation
|
||||||
$pages = $finance->GetJournalPageCount(1, $config['primary']);
|
$pages = $finance->GetJournalPageCount(1, $config['primary']);
|
||||||
dd($pages);
|
|
||||||
|
|
||||||
//Dispatch a single job for each page to process
|
//Dispatch a single job for each page to process
|
||||||
for($i = 1; $i <= $pages; $i++) {
|
for($i = 1; $i <= $pages; $i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user