flash fixes on import
This commit is contained in:
parent
fdbe86a464
commit
ff04f44232
3 changed files with 10 additions and 14 deletions
|
@ -87,7 +87,7 @@ sub _row_to_result {
|
|||
pattern => '%m/%d/%Y',
|
||||
time_zone => 'Europe/London'
|
||||
);
|
||||
|
||||
|
||||
my $paid_date = ( $row->{paid_date} ?
|
||||
$date_formatter->parse_datetime($row->{paid_date}) :
|
||||
$date_formatter->parse_datetime($row->{invoice_date}) );
|
||||
|
|
Reference in a new issue