From: Sven Donath Date: Sat, 19 Feb 2011 02:02:29 +0000 (+0100) Subject: Lizenzen sind im Config-Abschnitt "features", nicht "system" X-Git-Tag: release-2.6.3~75^2~3 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=51fa09f29ebea609f58d14506d6938c0e0ee1ab0;p=kivitendo-erp.git Lizenzen sind im Config-Abschnitt "features", nicht "system" --- diff --git a/bin/mozilla/licenses.pl b/bin/mozilla/licenses.pl index 5aee28b5d..fb065f254 100644 --- a/bin/mozilla/licenses.pl +++ b/bin/mozilla/licenses.pl @@ -325,7 +325,7 @@ sub add { $form->{title} = $locale->text('Add License'); - if (!$::lx_office_conf{system}->{lizenzen}) { + if (!$::lx_office_conf{features}->{lizenzen}) { $form->error( $locale->text( 'The licensing module has been deactivated in the configuration.') @@ -518,7 +518,7 @@ sub search { $form->{title} = $locale->text('Licenses'); - if (!$::lx_office_conf{system}->{lizenzen}) { + if (!$::lx_office_conf{features}->{lizenzen}) { $form->error( $locale->text( 'The licensing module has been deactivated in the configuration.')