]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Lizenzen sind im Config-Abschnitt "features", nicht "system"
authorSven Donath <lxo@dexo.de>
Sat, 19 Feb 2011 02:02:29 +0000 (03:02 +0100)
committerSven Donath <lxo@dexo.de>
Sat, 19 Feb 2011 02:02:29 +0000 (03:02 +0100)
bin/mozilla/licenses.pl

index 5aee28b5d95e2fd3c05f6cf5124af90ad96696c2..fb065f2549b46678fc34c6e6b35729bf8fcbee47 100644 (file)
@@ -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.')