mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-24 17:53:17 +01:00
Update auto_order.php
This commit is contained in:
@@ -35,7 +35,7 @@ if (!defined('NOBROWSERNOTIF')) {
|
||||
require '../../main.inc.php';
|
||||
|
||||
if (!getDolGlobalString('TAKEPOS_AUTO_ORDER')) {
|
||||
accessforbidden('Auto order is not allwed'); // If Auto Order is disabled never allow access to this page (that is a NO LOGIN access)
|
||||
accessforbidden('Auto order is not allowed'); // If Auto Order is disabled never allow access to this page (that is a NO LOGIN access)
|
||||
}
|
||||
|
||||
$_SESSION["basiclayout"] = 1; // For the simple layout for public submission
|
||||
|
||||
Reference in New Issue
Block a user