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