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:
01a428f
)
Revert "SL::DB::Part: displayable_name als Alias für long_description"
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 18 Feb 2015 10:02:39 +0000
(11:02 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 18 Feb 2015 10:02:39 +0000
(11:02 +0100)
This reverts commit
e3a83f49048717d0f519e2f760ef2988eb0824e0
.
Aufgrund von
b720e272
gar nicht nötig und daher überflüssigerweise aus
einem Kundenprojekt gecherrypickt.
SL/DB/Part.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Part.pm
b/SL/DB/Part.pm
index
e4148ba
..
2a74b74
100644
(file)
--- a/
SL/DB/Part.pm
+++ b/
SL/DB/Part.pm
@@
-209,8
+209,6
@@
sub displayable_name {
join ' ', grep $_, map $_[0]->$_, qw(partnumber description);
}
-sub displayable_name { goto &long_description; }
-
1;
__END__