X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Faccess_levels.inc;fp=includes%2Faccess_levels.inc;h=3bb331d78533b8247dcce48599df6d17261549d6;hb=1dacc4f4632fbaeb1dc0b473739092f812f9660f;hp=4a43331af7f09de0cf253ffeddff98354890fcca;hpb=8fa7e346e18783015cae685846d604316deec13e;p=fa-stable.git diff --git a/includes/access_levels.inc b/includes/access_levels.inc index 4a43331a..3bb331d7 100644 --- a/includes/access_levels.inc +++ b/includes/access_levels.inc @@ -133,6 +133,7 @@ $security_areas =array( 'SA_SALESTRANSVIEW' => array(SS_SALES|1, _("Sales transactions view")), 'SA_CUSTOMER' => array(SS_SALES|2, _("Sales customer and branches changes")), + 'SA_SALESQUOTE' => array(SS_SALES|10, _("Sales quotations")), 'SA_SALESORDER' => array(SS_SALES|3, _("Sales orders edition")), 'SA_SALESDELIVERY' => array(SS_SALES|4, _("Sales deliveries edition")), 'SA_SALESINVOICE' => array(SS_SALES|5, _("Sales invoices edition")),