mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #1597
This commit is contained in:
parent
b496ca6a2c
commit
ff44ad4994
@ -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' => [
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user