Revision f1ea859b
Von Moritz Bunkus vor fast 3 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
$form->{employee_id} = SL::DB::Manager::Employee->current->id;
|
||
$form->{forex} = $form->check_exchangerate(\%myconfig, $form->{currency}, $form->{invdate}, 'buy');
|
||
$form->{exchangerate} = $form->{forex} if $form->{forex};
|
||
$form->{form_validity_token} = SL::DB::ValidityToken->create(scope => SL::DB::ValidityToken::SCOPE_SALES_INVOICE_POST())->token;
|
||
|
||
$form->{"converted_from_invoice_id_$_"} = delete $form->{"invoice_id_$_"} for 1 .. $form->{"rowcount"};
|
||
|
Auch abrufbar als: Unified diff
Fix Formulargültigkeit bei Rechnung → als neu verwenden