X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/06e79bf0f4ad9d5499f4435d2158d8a064034a8f..5737ce39a18326f1c3ae70a5afcc2d494fb901c7:/SL/DB/Part.pm diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index 5ea3b2698..a2c3a7339 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -162,7 +162,7 @@ sub new_assortment { sub last_modification { my ($self) = @_; - return $self->mtime or $self->itime; + return $self->mtime // $self->itime; }; sub orphaned {