mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update auto_order.php
This commit is contained in:
parent
fde5d6fdea
commit
aefde2bbd8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user