Revert "fix #2037"
authorWulf <wulf@coulmann.de>
Fri, 16 Nov 2012 18:37:11 +0000 (19:37 +0100)
committerWulf <wulf@coulmann.de>
Fri, 16 Nov 2012 18:47:59 +0000 (19:47 +0100)
This reverts commit 0e792d9b96ce39353faa161fd97c5588b2a609f8.
geht so nicht, finde aber auch keine Loesung

SL/IS.pm

index 554bddc..edc02d9 100644 (file)
--- a/SL/IS.pm
+++ b/SL/IS.pm
@@ -2136,12 +2136,14 @@ sub get_pricegroups_for_parts {
 
           $pkr->{selected}  = ' selected'; # unless $form->{selected};
           # no customer pricesgroup set
-          if ($pkr->{price_unfmt} == $pkr->{default_sellprice} || $form->{'sellprice_'.$i} * 1 > 1) {
+          if ($pkr->{price_unfmt} == $pkr->{default_sellprice}) {
 
             $pkr->{price} = $form->{"sellprice_$i"};
 
           } else {
 
+# this sub should not set anything and only return. --sschoeling, 20090506
+# is this correct? put in again... -- grichardson 20110119
             $form->{"sellprice_$i"} = $pkr->{price};
           }