From 561adcca9eb03c55a5404c8af49ae4e4b69fb482 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 22 Nov 2018 01:39:39 -0600 Subject: [PATCH] structures --- app/Library/Finances.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }