From 6b3cbaa8a88b5eee745ba37ed8909d16bf038fb9 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 22 Nov 2018 01:41:13 -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 cc45b1dc6..1153a8f44 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, $character->corporation_id, $divison); } } }