X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_invoice.php;h=2e92bc1b929455bcf6df7d033cd051daf3979a91;hb=902f1015d874c33bd7946b17de2ad80b4f2144b6;hp=249a0aa91573678b522508b1ed10e8e411f79a4b;hpb=95303d7b5280820af76ddbd8908b120813f1e763;p=fa-stable.git diff --git a/sales/customer_invoice.php b/sales/customer_invoice.php index 249a0aa9..2e92bc1b 100644 --- a/sales/customer_invoice.php +++ b/sales/customer_invoice.php @@ -14,8 +14,8 @@ // Entry/Modify Sales Invoice against single delivery // Entry/Modify Batch Sales Invoice against batch of deliveries // -$page_security = 2; -$path_to_root=".."; +$page_security = 'SA_SALESINVOICE'; +$path_to_root = ".."; include_once($path_to_root . "/sales/includes/cart_class.inc"); include_once($path_to_root . "/includes/session.inc"); include_once($path_to_root . "/includes/data_checks.inc");