Revision 806a4de7
Von G. Richardson vor fast 14 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
2125 | 2125 |
if ($pkr->{pricegroup_id} eq $selectedpricegroup_id) { |
2126 | 2126 |
$pkr->{selected} = ' selected'; |
2127 | 2127 |
} |
2128 |
} elsif (($price_new != $form->{"sellprice_$i"}) and ($price_new ne 0) and defined $price_new) { |
|
2128 |
} elsif ( ($form->parse_amount($myconfig, $price_new) |
|
2129 |
!= $form->parse_amount($myconfig, $form->{"sellprice_$i"})) |
|
2130 |
and ($price_new ne 0) and defined $price_new) { |
|
2129 | 2131 |
# sellprice has changed |
2130 | 2132 |
# when loading existing invoices $price_new is NULL |
2131 | 2133 |
if ($pkr->{pricegroup_id} == 0) { |
Auch abrufbar als: Unified diff
Preisgruppen: Bernds parse_amount wieder eingeführt