Changed page_security to SA_SALESINVOICE.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 10 Oct 2009 16:31:13 +0000 (16:31 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 10 Oct 2009 16:31:13 +0000 (16:31 +0000)
sales/inquiry/sales_deliveries_view.php

index d39a733eb2239767dfe553da872f7e69d1e1978b..9e4a03a66efaf4aa811d9a326087d4d761029a1a 100644 (file)
@@ -9,7 +9,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
-$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");
 $path_to_root = "../..";
 include($path_to_root . "/includes/db_pager.inc");
 include($path_to_root . "/includes/session.inc");