From a4c9e42f40e9fa3145b7d9bee88ab42becf4512a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 6 May 2009 10:14:20 +0000 Subject: [PATCH] Alten Debug-Code entfernt inventory_accno_ --- bin/mozilla/io.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 8dcbfa5a3..4ad039569 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -290,11 +290,6 @@ sub display_row { $column_data{bin} = $form->{"bin_$i"}; if ($is_delivery_order) { - # $column_data{stock_in_out} = $form->{"inventory_accno_$i"} ? calculate_stock_in_out($i) : ' '; - # $main::lxdebug->dump(0, "debug", $form->{"inventory_accno_$i"}); - # meine debug-analyse war negativ (s.o.) - die variable war weder bei dienstleistung, erzeugnis noch ware gefüllt. - # bitte korrigieren, falls ich hier falsch liege. jb 19.3.2009 - $column_data{stock_in_out} = calculate_stock_in_out($i); } -- 2.20.1