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:
ab598b0
)
Unnötiges CVar->get_configs entfernt.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 14 Aug 2012 10:50:41 +0000
(12:50 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 14 Aug 2012 10:50:41 +0000
(12:50 +0200)
SL/OE.pm
patch
|
blob
|
history
diff --git
a/SL/OE.pm
b/SL/OE.pm
index
9694026
..
07758a8
100644
(file)
--- a/
SL/OE.pm
+++ b/
SL/OE.pm
@@
-725,9
+725,6
@@
sub retrieve {
my ($query, $query_add, @values, @ids, $sth);
- my $ic_cvar_configs = CVar->get_configs(module => 'IC',
- dbh => $dbh);
-
# translate the ids (given by id_# and trans_id_#) into one array of ids, so we can join them later
map {
push @ids, $form->{"trans_id_$_"}