Revision 3c28eab6
Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
$class->new(%params, part_type => 'assortment');
|
||
}
|
||
|
||
sub last_modification {
|
||
my ($self) = @_;
|
||
return $self->mtime or $self->itime;
|
||
};
|
||
|
||
sub orphaned {
|
||
my ($self) = @_;
|
||
die 'not an accessor' if @_ > 1;
|
Auch abrufbar als: Unified diff
Part Methode last_modification für mtime Check