Revision 0e792d9b
Von Wulf vor etwa 12 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
2130 | 2130 |
|
2131 | 2131 |
$pkr->{selected} = ' selected'; # unless $form->{selected}; |
2132 | 2132 |
# no customer pricesgroup set |
2133 |
if ($pkr->{price_unfmt} == $pkr->{default_sellprice}) { |
|
2133 |
if ($pkr->{price_unfmt} == $pkr->{default_sellprice} || $form->{'sellprice_'.$i} * 1 > 1) {
|
|
2134 | 2134 |
|
2135 | 2135 |
$pkr->{price} = $form->{"sellprice_$i"}; |
2136 | 2136 |
|
2137 | 2137 |
} else { |
2138 | 2138 |
|
2139 |
# this sub should not set anything and only return. --sschoeling, 20090506 |
|
2140 |
# is this correct? put in again... -- grichardson 20110119 |
|
2141 | 2139 |
$form->{"sellprice_$i"} = $pkr->{price}; |
2142 | 2140 |
} |
2143 | 2141 |
|
Auch abrufbar als: Unified diff
fix #2073