Revision 537bd920
Von Moritz Bunkus vor etwa 2 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
806 | 806 |
# unless no lazy implementation of save draft without invdate |
807 | 807 |
# set the current date like in version <= 3.4.1 |
808 | 808 |
$::form->{invdate} = DateTime->today->to_lxoffice; |
809 |
$::form->{form_validity_token} = SL::DB::ValidityToken->create(scope => SL::DB::ValidityToken::SCOPE_SALES_INVOICE_POST())->token; |
|
809 | 810 |
update(); |
810 | 811 |
} |
811 | 812 |
|
Auch abrufbar als: Unified diff
Rechnung: nach Laden eines Entwurfs neues Gültigkeitstoken erzeugen