mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 12:27:05 +00:00
Allow the mapping of asset accounts for opposing value
This commit is contained in:
@@ -379,8 +379,8 @@ class ImportArrayStorage
|
||||
foreach ($toStore as $index => $store) {
|
||||
Log::debug(sprintf('Going to store entry %d of %d', $index + 1, $count));
|
||||
// convert the date to an object:
|
||||
$store['date'] = Carbon::createFromFormat('Y-m-d', $store['date']);
|
||||
|
||||
$store['date'] = Carbon::createFromFormat('Y-m-d', $store['date']);
|
||||
$store['description'] = $store['description'] === '' ? '(empty description)' : $store['description'];
|
||||
// store the journal.
|
||||
$collection->push($this->journalRepos->store($store));
|
||||
}
|
||||
|
Reference in New Issue
Block a user