mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 01:54:32 -04:00
fixes
This commit is contained in:
parent
a21f3baec9
commit
7c4620af93
@ -191,7 +191,7 @@ class TransactionTransformer implements BankRevenueInterface
|
||||
$date_format_default = $date_format->format;
|
||||
}
|
||||
|
||||
return Carbon::createFromFormat("DD-MM-YYYY", $input)->setTimezone($timezone_name)->format($date_format_default);
|
||||
return Carbon::createFromFormat("DD-MM-YYYY", $input)->setTimezone($timezone_name)->format($date_format_default) ?? $input;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user