fix #2037.
authorWulf <wulf@coulmann.de>
Wed, 7 Nov 2012 15:53:59 +0000 (16:53 +0100)
committerWulf <wulf@coulmann.de>
Wed, 7 Nov 2012 15:53:59 +0000 (16:53 +0100)
(fake commit zum ticket schliessen)

SL/IS.pm

index 9b17669..616e2bf 100644 (file)
--- a/SL/IS.pm
+++ b/SL/IS.pm
@@ -2028,7 +2028,7 @@ sub get_pricegroups_for_parts {
 
     my $pricegroup_old = $form->{"pricegroup_old_$i"};
 
-    # sellprice has format 13,0000 or 0,00000, can't check for 0 numerically
+    # sellprice has format 13,0000 or 0,00000,  can't check for 0 numerically
     my $sellprice = $form->{"sellprice_$i"};
     my $pricegroup_id = $form->{"pricegroup_id_$i"};
     $form->{"new_pricegroup_$i"} = $selectedpricegroup_id;