Revision d9942d67
Von Moritz Bunkus vor fast 2 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
258 | 258 |
my $record_item = $record->id && $record->items ? $record->items->[$i-1] : _make_record_item($i); |
259 | 259 |
|
260 | 260 |
# undo formatting |
261 |
$main::lxdebug->dump(0, "TST: before parse_amount", $form->{"sellprice_$i"}); |
|
262 | 261 |
map { $form->{"${_}_$i"} = $form->parse_amount(\%myconfig, $form->{"${_}_$i"}) } |
263 | 262 |
qw(qty discount sellprice lastcost price_new price_old) |
264 | 263 |
unless ($form->{simple_save}); |
265 |
$main::lxdebug->dump(0, "TST: after parse_amount", $form->{"sellprice_$i"}); |
|
266 | 264 |
|
267 | 265 |
if ($form->{"prices_$i"} && ($form->{"new_pricegroup_$i"} != $form->{"old_pricegroup_$i"})) { |
268 | 266 |
$form->{"sellprice_$i"} = $form->{"price_new_$i"}; |
Auch abrufbar als: Unified diff
Debug-Ausgaben entfernt