mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Fixed #1405
This commit is contained in:
@@ -166,6 +166,7 @@ class PiggyBankTransformer extends TransformerAbstract
|
||||
'percentage' => $percentage,
|
||||
'current_amount' => $currentAmount,
|
||||
'left_to_save' => round($leftToSave, $decimalPlaces),
|
||||
'save_per_month' => $piggyRepos->getSuggestedMonthlyAmount($piggyBank),
|
||||
'startdate' => $startDate,
|
||||
'targetdate' => $targetDate,
|
||||
'order' => (int)$piggyBank->order,
|
||||
|
||||
Reference in New Issue
Block a user