X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d735aab3fc2987d555c63ce0dc8e24626ca30654..7c6b944f86080cac2bc7723a46622ef4bda2e6f1:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index 355ccc793..36cbcd1b7 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -947,7 +947,7 @@ sub retrieve { map { $form->{$_} = '' if ($ref->{$_} ne $form->{$_}) } keys %$ref; } } - $form->{mtime} = $form->{itime} if ! $form->{mtime}; + $form->{mtime} ||= $form->{itime}; $form->{lastmtime} = $form->{mtime}; # if not given, fill transdate with current_date