Revision 446a53d1
Von Moritz Bunkus vor mehr als 2 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
1369 | 1369 |
|
1370 | 1370 |
$main::auth->assert('invoice_edit'); |
1371 | 1371 |
|
1372 |
$form->{form_validity_token} = SL::DB::ValidityToken->create(scope => SL::DB::ValidityToken::SCOPE_SALES_INVOICE_POST())->token; |
|
1373 |
|
|
1372 | 1374 |
$form->{transdate} = $form->{invdate} = $form->current_date(\%myconfig); |
1373 | 1375 |
$form->{duedate} = |
1374 | 1376 |
$form->current_date(\%myconfig, $form->{invdate}, $form->{terms} * 1); |
Auch abrufbar als: Unified diff
Fix Formulargültigkeit bei Rechnung → Gutschrift