mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Also show foreign amount.
This commit is contained in:
parent
c682e69ee7
commit
e005fe7ce1
@ -247,8 +247,9 @@ class SplitController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (count($res) > 0) {
|
if (count($res) > 0) {
|
||||||
$res['amount'] = app('steam')->positive((string)$res['amount']);
|
$res['amount'] = app('steam')->positive((string)$res['amount']);
|
||||||
$transactions[] = $res;
|
$res['foreign_amount'] = app('steam')->positive((string)$res['foreign_amount']);
|
||||||
|
$transactions[] = $res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user