Revision be6f6cfd
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
222 | 222 |
$form->all_vc(\%myconfig, $form->{vc}, ($form->{vc} eq 'customer') ? "AR" : "AP"); |
223 | 223 |
|
224 | 224 |
# retrieve order/quotation |
225 |
$form->{webdav} = $main::webdav;
|
|
225 |
$form->{webdav} = $::lx_office_conf{system}->{webdav};
|
|
226 | 226 |
$form->{jsscript} = 1; |
227 | 227 |
|
228 | 228 |
my $editing = $form->{id}; |
... | ... | |
498 | 498 |
|
499 | 499 |
print $form->parse_html_template("oe/form_footer", { |
500 | 500 |
%TMPL_VAR, |
501 |
webdav => $main::webdav,
|
|
501 |
webdav => $::lx_office_conf{system}->{webdav},
|
|
502 | 502 |
print_options => print_options(inline => 1), |
503 | 503 |
label_edit => $locale->text("Edit the $form->{type}"), |
504 | 504 |
label_workflow => $locale->text("Workflow $form->{type}"), |
... | ... | |
1924 | 1924 |
|
1925 | 1925 |
$form->language_payment(\%myconfig); |
1926 | 1926 |
|
1927 |
Common::webdav_folder($form) if ($main::webdav);
|
|
1927 |
Common::webdav_folder($form); |
|
1928 | 1928 |
|
1929 | 1929 |
&form_header; |
1930 | 1930 |
|
Auch abrufbar als: Unified diff
Globale Variablen für Systemeinstellungen und Features nach %::lx_office_conf verschoben
Betroffen sind:
$webdav
$vertreter
$lizenzen
$show_best_before
$parts_show_image
$parts_image_css
$parts_listing_images
$eur
$dbcharset
$language