projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28c19c1
)
SL::DB::Part: precedence Fehler
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 23 Nov 2016 09:15:53 +0000
(10:15 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 23 Nov 2016 09:15:53 +0000
(10:15 +0100)
SL/DB/Part.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Part.pm
b/SL/DB/Part.pm
index
5ea3b26
..
a2c3a73
100644
(file)
--- 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 {