X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Faccess_levels.inc;fp=includes%2Faccess_levels.inc;h=77dcae9afc1f6ccf489945e2e76f957224b07131;hb=0c35858b77d57a2990c547523b0b62d3eefb9b89;hp=709e46f33d23844ee5cf7cff3b605bf1b90485c4;hpb=29e68a1b8dcbe7c7ecb797396945e0cccf2d6cd8;p=fa-stable.git diff --git a/includes/access_levels.inc b/includes/access_levels.inc index 709e46f3..77dcae9a 100644 --- a/includes/access_levels.inc +++ b/includes/access_levels.inc @@ -227,6 +227,7 @@ $security_areas =array( 'SA_FISCALYEARS' => array(SS_GL_C|9, _("Fiscal years maintenance")), 'SA_GLSETUP' => array(SS_GL_C|10, _("Company GL setup")), 'SA_GLACCOUNTTAGS' => array(SS_GL_C|11, _("GL Account tags")), + 'SA_MULTIFISCALYEARS' => array(SS_GL_C|13, _("Allow entry on non closed Fiscal years")), 'SA_BANKTRANSVIEW' => array(SS_GL|1, _("Bank transactions view")), 'SA_GLTRANSVIEW' => array(SS_GL|2, _("GL postings view")),