X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e792d9b96ce39353faa161fd97c5588b2a609f8..7ea32650019b2611e03f83ccaa904a03d6a6b3d1:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 9b1766961..616e2bf6f 100644 --- 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;