Alten Debug-Code entfernt inventory_accno_
authorJan Büren <information@richardson-bueren.de>
Wed, 6 May 2009 10:14:20 +0000 (10:14 +0000)
committerJan Büren <information@richardson-bueren.de>
Wed, 6 May 2009 10:14:20 +0000 (10:14 +0000)
bin/mozilla/io.pl

index 8dcbfa5..4ad0395 100644 (file)
@@ -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) : '&nbsp;';
-      # $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);
     }