mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Fix #1597
This commit is contained in:
@@ -170,7 +170,7 @@ class PiggyBankTransformer extends TransformerAbstract
|
||||
'start_date' => $startDate,
|
||||
'target_date' => $targetDate,
|
||||
'order' => (int)$piggyBank->order,
|
||||
'active' => 1 === (int)$piggyBank->active,
|
||||
'active' => true,
|
||||
'notes' => null,
|
||||
'links' => [
|
||||
[
|
||||
|
Reference in New Issue
Block a user