Revision e851ae00
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1699 | 1699 |
sub update { |
1700 | 1700 |
$lxdebug->enter_sub(); |
1701 | 1701 |
|
1702 |
# parse pricegroups. and no, don't rely on check_form for this... |
|
1703 |
map { $form->{"price_$_"} = $form->parse_amount(\%myconfig, $form->{"price_$_"}) } 1 .. $form->{price_rows}; |
|
1704 |
|
|
1702 | 1705 |
if ($form->{item} eq "assembly") { |
1703 | 1706 |
my $i = $form->{assembly_rows}; |
1704 | 1707 |
|
Auch abrufbar als: Unified diff
Pricegroup Informationen anständig im Template Formatieren und nicht schauder im Backend beim laden.
Fix für Bug 996.