Rename fields for piggy bank

This commit is contained in:
James Cole
2024-11-30 16:02:30 +01:00
parent 92190bbc54
commit 21a6927279
15 changed files with 79 additions and 79 deletions

View File

@@ -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,
];