Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1e3c858f

Von Wulf vor fast 12 Jahren hinzugefügt

  • ID 1e3c858f21781400103974c67630cb1e49d6668a
  • Vorgänger a5ebbeef
  • Nachfolger 5931bb01

Revert "fix #2037"

This reverts commit 0e792d9b96ce39353faa161fd97c5588b2a609f8.
geht so nicht, finde aber auch keine Loesung

Unterschiede anzeigen:

SL/IS.pm
2136 2136

  
2137 2137
          $pkr->{selected}  = ' selected'; # unless $form->{selected};
2138 2138
          # no customer pricesgroup set
2139
          if ($pkr->{price_unfmt} == $pkr->{default_sellprice} || $form->{'sellprice_'.$i} * 1 > 1) {
2139
          if ($pkr->{price_unfmt} == $pkr->{default_sellprice}) {
2140 2140

  
2141 2141
            $pkr->{price} = $form->{"sellprice_$i"};
2142 2142

  
2143 2143
          } else {
2144 2144

  
2145
# this sub should not set anything and only return. --sschoeling, 20090506
2146
# is this correct? put in again... -- grichardson 20110119
2145 2147
            $form->{"sellprice_$i"} = $pkr->{price};
2146 2148
          }
2147 2149

  

Auch abrufbar als: Unified diff