X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/ad5a6910a9b76e1f42b24832f92010ee2c903012..c1a32d6241777c611e930a417ed982bb1a031798:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 73bae3667..1ddadc2f5 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -2022,7 +2022,8 @@ sub get_pricegroups_for_parts { } else { - $form->{"sellprice_$i"} = $pkr->{price}; +# this sub should not set anything and only return. --sschoeling, 20090506 +# $form->{"sellprice_$i"} = $pkr->{price}; } } elsif ($pkr->{price} == $pkr->{default_sellprice}) {