Revision 606e7e25
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
132 | 132 |
$form->{vc} = 'customer'; |
133 | 133 |
|
134 | 134 |
# create links |
135 |
$form->{webdav} = $::lx_office_conf{system}->{webdav};
|
|
136 |
$form->{lizenzen} = $::lx_office_conf{system}->{lizenzen};
|
|
135 |
$form->{webdav} = $::lx_office_conf{features}->{webdav};
|
|
136 |
$form->{lizenzen} = $::lx_office_conf{features}->{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 ($::lx_office_conf{system}->{lizenzen}) {
|
|
564 |
if ($::lx_office_conf{features}->{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
Konfigurationsort für viele Flags ist Abschnitt 'features', nicht 'system'
Hoffentlich Fix für Bug 1624.