Revision 9dc9d7a8
Von Bernd Bleßmann vor etwa 5 Jahren hinzugefügt
SL/Controller/CsvImport.pm | ||
---|---|---|
488 | 488 |
$::form->{settings}->{sellprice_adjustment} = $::form->parse_amount(\%::myconfig, $::form->{settings}->{sellprice_adjustment}); |
489 | 489 |
} |
490 | 490 |
|
491 |
if ($self->type eq 'orders') { |
|
491 |
if ($self->type eq 'orders' or $self->{type} eq 'ar_transactions') {
|
|
492 | 492 |
$::form->{settings}->{max_amount_diff} = $::form->parse_amount(\%::myconfig, $::form->{settings}->{max_amount_diff}); |
493 | 493 |
} |
494 | 494 |
|
Auch abrufbar als: Unified diff
CSV-Import Debitorenbuchungen: maximale Betragsabweichung (Einstellungen) parsen