diff --git a/app/Library/Finances.php b/app/Library/Finances.php index 5e4fcf790..cc45b1dc6 100644 --- a/app/Library/Finances.php +++ b/app/Library/Finances.php @@ -101,7 +101,7 @@ class Finances { //For each journal array, attempt to store in the database foreach($journals as $entry) { if($entry['ref_type'] == 'brokers_fee' || $entry['ref_type'] == 'reprocessing_tax') { - $this->PutWalletJournal($entry, $entry->corporation_id, $divison); + $this->PutWalletJournal($entry, $entry['corporation_id'], $divison); } } }