Revision be6f6cfd
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
132 | 132 |
$form->{vc} = 'customer'; |
133 | 133 |
|
134 | 134 |
# create links |
135 |
$form->{webdav} = $main::webdav;
|
|
136 |
$form->{lizenzen} = $main::lizenzen;
|
|
135 |
$form->{webdav} = $::lx_office_conf{system}->{webdav};
|
|
136 |
$form->{lizenzen} = $::lx_office_conf{system}->{lizenzen};
|
|
137 | 137 |
|
138 | 138 |
$form->create_links("AR", \%myconfig, "customer"); |
139 | 139 |
|
... | ... | |
561 | 561 |
|
562 | 562 |
$form->{"qty_$i"} = $form->format_amount(\%myconfig, $form->{"qty_$i"}); |
563 | 563 |
|
564 |
if ($main::lizenzen) {
|
|
564 |
if ($::lx_office_conf{system}->{lizenzen}) {
|
|
565 | 565 |
if ($form->{"inventory_accno_$i"} ne "") { |
566 | 566 |
$form->{"lizenzen_$i"} = qq|<option></option>|; |
567 | 567 |
foreach my $item (@{ $form->{LIZENZEN}{ $form->{"id_$i"} } }) { |
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