Revision 8235eb93
Von Stephan Köhler vor etwa 19 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
431 | 431 |
$prices = ''; |
432 | 432 |
$price = 0; |
433 | 433 |
foreach $item (@{ $form->{PRICES}{$j} }) { |
434 |
$price = $form->round_amount($myconfig, $item->{price}, 5); |
|
435 |
$price = $form->format_amount($myconfig, $item->{price}, 2); |
|
434 |
#$price = $form->round_amount($myconfig, $item->{price}, 5);
|
|
435 |
#$price = $form->format_amount($myconfig, $item->{price}, 2);
|
|
436 | 436 |
$price = $item->{price}; |
437 | 437 |
$pricegroup_id = $item->{pricegroup_id}; |
438 | 438 |
$pricegroup = $item->{pricegroup}; |
... | ... | |
442 | 442 |
qq|<option value="$price--$pricegroup_id"$item->{selected}>$pricegroup</option>\n|; |
443 | 443 |
|
444 | 444 |
$len += 1; |
445 |
map { |
|
446 |
$form->{"${_}_$j"} = |
|
447 |
$form->format_amount(\%myconfig, $form->{"${_}_$j"}) |
|
448 |
} qw(sellprice price_new price_old); |
|
445 |
# map {
|
|
446 |
# $form->{"${_}_$j"} =
|
|
447 |
# $form->format_amount(\%myconfig, $form->{"${_}_$j"})
|
|
448 |
# } qw(sellprice price_new price_old);
|
|
449 | 449 |
|
450 | 450 |
# set new selectedpricegroup_id and prices for "Preis" |
451 | 451 |
if ($item->{selected} && ($pricegroup_id != 0)) { |
Auch abrufbar als: Unified diff
Merge von 712 aus unstable: Bugfix Preisgruppen
Preisgruppen: Doppeltes format_amount, abschneiden der Nachkommastelle
Fehler aufgetaucht nach Revision 705 in Verbindung mit Bug 233