Revision a105aa8b
Von Jan Büren vor etwa 2 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
1368 | 1368 |
$form->{"converted_from_invoice_id_$_"} = delete $form->{"invoice_id_$_"} for 1 .. $form->{"rowcount"}; |
1369 | 1369 |
|
1370 | 1370 |
$form->{form_validity_token} = SL::DB::ValidityToken->create(scope => SL::DB::ValidityToken::SCOPE_SALES_INVOICE_POST())->token; |
1371 |
|
|
1371 |
# post expects the field as user input |
|
1372 |
$form->{exchangerate} = $form->format_amount(\%myconfig, $form->{exchangerate}); |
|
1373 |
$form->{script} = 'is.pl'; |
|
1372 | 1374 |
post(); |
1373 | 1375 |
$main::lxdebug->leave_sub(); |
1374 | 1376 |
} |
Auch abrufbar als: Unified diff
Workflows Einkauf- und Verkaufsrechnung