structures

This commit is contained in:
2018-11-22 01:39:39 -06:00
parent 2b24ab0468
commit 561adcca9e

View File

@@ -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);
}
}
}