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:
fc6a8e3
)
IC: raus mit wantarray, wird eh nur einmal verwendet
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 30 Dec 2014 10:17:48 +0000
(11:17 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 30 Dec 2014 10:17:48 +0000
(11:17 +0100)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
f6ceace
..
751a147
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-1081,7
+1081,7
@@
SQL
$main::lxdebug->leave_sub();
- return
wantarray ? @{ $form->{parts} } : $form->{parts
};
+ return
@{ $form->{parts}
};
}
sub _create_filter_for_priceupdate {