From: Janusz Dobrowolski Date: Sat, 10 Oct 2009 16:31:13 +0000 (+0000) Subject: Changed page_security to SA_SALESINVOICE. X-Git-Tag: v2.4.2~19^2~1146 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=1aef4f93003286f4bcef5dbc9e0349bfb2e18752;p=fa-stable.git Changed page_security to SA_SALESINVOICE. --- diff --git a/sales/inquiry/sales_deliveries_view.php b/sales/inquiry/sales_deliveries_view.php index d39a733e..9e4a03a6 100644 --- a/sales/inquiry/sales_deliveries_view.php +++ b/sales/inquiry/sales_deliveries_view.php @@ -9,7 +9,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 'SA_SALESTRANSVIEW'; +$page_security = 'SA_SALESINVOICE'; $path_to_root = "../.."; include($path_to_root . "/includes/db_pager.inc"); include($path_to_root . "/includes/session.inc");