Skip to content

Commit

Permalink
Merge pull request #2990 from CihanSenturk/import/export-improvements
Browse files Browse the repository at this point in the history
Import/export improvements
  • Loading branch information
cuneytsenturk committed Jun 23, 2023
2 parents 21777a8 + f28e3c9 commit dfc0c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Abstracts/Import.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function map($row): array
$row['reconciled'] = (int) $row['reconciled'];
}

$date_fields = ['paid_at', 'invoiced_at', 'billed_at', 'due_at', 'issued_at', 'created_at', 'transferred_at'];
$date_fields = ['paid_at', 'invoiced_at', 'billed_at', 'due_at', 'issued_at', 'transferred_at'];
foreach ($date_fields as $date_field) {
if (!isset($row[$date_field])) {
continue;
Expand Down
1 change: 1 addition & 0 deletions resources/lang/en-GB/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
'validation_error' => 'Validation error',
'dismiss' => 'Dismiss',
'size' => 'Size',
'media' => 'Media',

'card' => [
'cards' => 'Card|Cards',
Expand Down

0 comments on commit dfc0c7e

Please sign in to comment.