mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Also show foreign amount.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user