Revision 8cd05ad6
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1178 | 1178 |
|
1179 | 1179 |
$main::auth->assert('general_ledger'); |
1180 | 1180 |
|
1181 |
if (AP->delete_transaction(\%myconfig, \%$form, $main::spool)) {
|
|
1181 |
if (AP->delete_transaction(\%myconfig, \%$form)) { |
|
1182 | 1182 |
# saving the history |
1183 | 1183 |
if(!exists $form->{addition}) { |
1184 | 1184 |
$form->{snumbers} = qq|invnumber_| . $form->{invnumber}; |
Auch abrufbar als: Unified diff
Globale Variablen $::userspath, $::templates, $::membersfile nach %::lx_office_conf verschoben