Revision 2b9d5f34
Von Wulf vor etwa 12 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
2028 | 2028 |
|
2029 | 2029 |
my $pricegroup_old = $form->{"pricegroup_old_$i"}; |
2030 | 2030 |
|
2031 |
# sellprice has format 13,0000 or 0,00000, can't check for 0 numerically |
|
2031 |
# sellprice has format 13,0000 or 0,00000, can't check for 0 numerically
|
|
2032 | 2032 |
my $sellprice = $form->{"sellprice_$i"}; |
2033 | 2033 |
my $pricegroup_id = $form->{"pricegroup_id_$i"}; |
2034 | 2034 |
$form->{"new_pricegroup_$i"} = $selectedpricegroup_id; |
Auch abrufbar als: Unified diff
fix #2037.
(fake commit zum ticket schliessen)