mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rename fields for piggy bank
This commit is contained in:
@@ -456,10 +456,10 @@ class ExportDataGenerator
|
||||
$piggy->account->accountType->type,
|
||||
$piggy->name,
|
||||
$currency?->code,
|
||||
$piggy->targetamount,
|
||||
$repetition?->currentamount,
|
||||
$piggy->startdate?->format('Y-m-d'),
|
||||
$piggy->targetdate?->format('Y-m-d'),
|
||||
$piggy->target_amount,
|
||||
$repetition?->current_amount,
|
||||
$piggy->start_date?->format('Y-m-d'),
|
||||
$piggy->target_date?->format('Y-m-d'),
|
||||
$piggy->order,
|
||||
$piggy->active,
|
||||
];
|
||||
|
Reference in New Issue
Block a user