Revision 8cd05ad6
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1271 | 1271 |
$msg = $locale->text('Quotation deleted!'); |
1272 | 1272 |
$err = $locale->text('Cannot delete quotation!'); |
1273 | 1273 |
} |
1274 |
if (OE->delete(\%myconfig, \%$form, $main::spool)){
|
|
1274 |
if (OE->delete(\%myconfig, \%$form)){ |
|
1275 | 1275 |
# saving the history |
1276 | 1276 |
if(!exists $form->{addition}) { |
1277 | 1277 |
$form->{snumbers} = qq|ordnumber_| . $form->{ordnumber}; |
Auch abrufbar als: Unified diff
Globale Variablen $::userspath, $::templates, $::membersfile nach %::lx_office_conf verschoben