Revision 217d32f3
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
134 | 134 |
|
135 | 135 |
# create links |
136 | 136 |
$form->{webdav} = $::lx_office_conf{features}->{webdav}; |
137 |
$form->{lizenzen} = $::lx_office_conf{features}->{lizenzen}; |
|
138 | 137 |
|
139 | 138 |
$form->create_links("AR", \%myconfig, "customer"); |
140 | 139 |
|
... | ... | |
562 | 561 |
|
563 | 562 |
$form->{"qty_$i"} = $form->format_amount(\%myconfig, $form->{"qty_$i"}); |
564 | 563 |
|
565 |
if ($::lx_office_conf{features}->{lizenzen}) { |
|
566 |
if ($form->{"inventory_accno_$i"} ne "") { |
|
567 |
$form->{"lizenzen_$i"} = qq|<option></option>|; |
|
568 |
foreach my $item (@{ $form->{LIZENZEN}{ $form->{"id_$i"} } }) { |
|
569 |
$form->{"lizenzen_$i"} .= qq|<option value="$item->{"id"}">$item->{"licensenumber"}</option>|; |
|
570 |
} |
|
571 |
$form->{"lizenzen_$i"} .= qq|<option value=-1>Neue Lizenz</option>|; |
|
572 |
} |
|
573 |
} |
|
574 |
|
|
575 | 564 |
# get pricegroups for parts |
576 | 565 |
IS->get_pricegroups_for_parts(\%myconfig, \%$form); |
577 | 566 |
|
Auch abrufbar als: Unified diff
Feature "Lizenzen" entfernt
Hat grob gesehen niemand benutzt, es funktionierte nicht, und wurde
seit gefühlten 20 Jahren nicht weiter entwickelt.