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