Revision 8cd05ad6
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
964 | 964 |
|
965 | 965 |
$main::auth->assert('invoice_edit'); |
966 | 966 |
|
967 |
if (IS->delete_invoice(\%myconfig, \%$form, $main::spool)) {
|
|
967 |
if (IS->delete_invoice(\%myconfig, \%$form)) { |
|
968 | 968 |
# saving the history |
969 | 969 |
if(!exists $form->{addition}) { |
970 | 970 |
$form->{snumbers} = qq|invnumber_| . $form->{invnumber}; |
Auch abrufbar als: Unified diff
Globale Variablen $::userspath, $::templates, $::membersfile nach %::lx_office_conf verschoben