X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/06e79bf0f4ad9d5499f4435d2158d8a064034a8f..1d28ae882fe910c18a835ee0b47fc7d41facdfdd:/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 {