structures

This commit is contained in:
2018-11-22 01:41:45 -06:00
parent 6b3cbaa8a8
commit d32a42d2cb

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, $character->corporation_id, $divison);
$this->PutWalletJournal($entry, $character->corporation_id, $division);
}
}
}