mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Basic list, no functionalities.
This commit is contained in:
@@ -176,8 +176,8 @@ class TransactionGroupTransformer extends AbstractTransformer
|
||||
$foreignAmount = null;
|
||||
if (null !== $source->foreign_amount) {
|
||||
$foreignAmount = TransactionType::WITHDRAWAL !== $type
|
||||
? app('steam')->positive($source->foreign_amount)
|
||||
: app('steam')->negative($source->foreign_amount);
|
||||
? app('steam')->negative($source->foreign_amount)
|
||||
: app('steam')->positive($source->foreign_amount);
|
||||
}
|
||||
|
||||
$metaFieldData = $this->groupRepos->getMetaFields($journal->id, $this->metaFields);
|
||||
|
Reference in New Issue
Block a user