X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_points.php;h=915911c384c08fe9c4f29bd2c2360c9cb9dced2c;hb=cb04035914c02ff40b6c1c8c34684663bec432b6;hp=09be7f193bc00575f2349e194355f37524051733;hpb=95303d7b5280820af76ddbd8908b120813f1e763;p=fa-stable.git diff --git a/sales/manage/sales_points.php b/sales/manage/sales_points.php index 09be7f19..915911c3 100644 --- a/sales/manage/sales_points.php +++ b/sales/manage/sales_points.php @@ -9,11 +9,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 15; -$path_to_root="../.."; +$page_security = 'SA_POSSETUP'; +$path_to_root = "../.."; include_once($path_to_root . "/includes/session.inc"); -page(_("POS settings")); +page(_($help_context = "POS settings")); include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/sales/includes/db/sales_points_db.inc");