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:
b90f03e
)
Query nicht doppelt ausführen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 8 Jul 2008 08:12:34 +0000
(08:12 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 8 Jul 2008 08:12:34 +0000
(08:12 +0000)
SL/DO.pm
patch
|
blob
|
history
diff --git
a/SL/DO.pm
b/SL/DO.pm
index
ef6a10b
..
28eb854
100644
(file)
--- a/
SL/DO.pm
+++ b/
SL/DO.pm
@@
-403,8
+403,6
@@
sub mark_orders_if_delivered {
'oe_id' => $oe_id,);
my %ordered = ();
- do_statement($form, $sth, $query, $oe_id);
-
while (my $ref = $sth->fetchrow_hashref()) {
$ref->{baseqty} = $ref->{qty} * $all_units->{$ref->{unit}}->{factor} / $all_units->{$ref->{partunit}}->{factor};