X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Faccess_levels.inc;h=c54f02edddee4906c1330fe0af5e3f489355745c;hb=927ebef2443b6dda544056e33ec84b71d2bdb6c2;hp=a8bb7b840ee0074172e41bcb71e13aaf0c2e20fd;hpb=76ca9fef9bb510236a6a7740fa0f60eb7db384c9;p=fa-stable.git diff --git a/includes/access_levels.inc b/includes/access_levels.inc index a8bb7b84..c54f02ed 100644 --- a/includes/access_levels.inc +++ b/includes/access_levels.inc @@ -118,9 +118,9 @@ $security_areas =array( 'SA_BACKUP' => array(SS_SPEC|2, _("Database backup/restore")), 'SA_VIEWPRINTTRANSACTION' => array(SS_SPEC|3, _("Common view/print transactions interface")), 'SA_ATTACHDOCUMENT' => array(SS_SPEC|4, _("Attaching documents")), - 'SA_SETUPDISPLAY' => array(SS_SPEC|5, _("Display preferences")), //??? - 'SA_CHGPASSWD' => array(SS_SPEC|6, _("Password changes")), //??? - + 'SA_SETUPDISPLAY' => array(SS_SPEC|5, _("Display preferences")), + 'SA_CHGPASSWD' => array(SS_SPEC|6, _("Password changes")), + 'SA_EDITOTHERSTRANS' => array(SS_SPEC|7, _("Edit other users transactions")), // // Sales related functionality // @@ -250,7 +250,7 @@ $security_areas =array( 'SA_GLREP' => array(SS_GL_A|4, _("GL reports and inquiries")), ); -if (!@$allow_gl_reopen) +if (!@$SysPrefs->allow_gl_reopen) unset($security_areas['SA_GLREOPEN']); /* This function should be called whenever we want to extend core access level system @@ -314,4 +314,3 @@ function get_access_extensions($id) { return array($security_areas, $security_sections); } */ -?> \ No newline at end of file