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