X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Flicenses.pl;h=fb065f2549b46678fc34c6e6b35729bf8fcbee47;hb=5fd2cf413e611047a3b8d667378a258a7955941e;hp=5aee28b5d95e2fd3c05f6cf5124af90ad96696c2;hpb=a99b261f6a4a4b1988ce2e0ad4c27ed579378cb9;p=kivitendo-erp.git 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.')