From 417f10c99d25848381b7d245f3e68f4f0da1ed1a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 17 Feb 2025 16:08:20 +0100 Subject: [PATCH] Update modCategorie.class.php --- htdocs/core/modules/modCategorie.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/modules/modCategorie.class.php b/htdocs/core/modules/modCategorie.class.php index 9539c14d71b..6dbf6510907 100644 --- a/htdocs/core/modules/modCategorie.class.php +++ b/htdocs/core/modules/modCategorie.class.php @@ -167,7 +167,7 @@ class modCategorie extends DolibarrModules if (isModEnabled('website')) { $typeexample .= ($typeexample ? " / " : "")."11=Website page"; } - if (isModEnabled('commande')) { + if (isModEnabled('order')) { $typeexample .= ($typeexample ? " / " : "")."16=Order"; } @@ -459,7 +459,7 @@ class modCategorie extends DolibarrModules $r, 16, 'Commande', - 'isModEnabled("commande")', + 'isModEnabled("order")', ['commande', 'commande', 'export'], [ 'rowid' => [ @@ -650,7 +650,7 @@ class modCategorie extends DolibarrModules // 11 Website Pages, TODO ? // 16 Order - if (isModEnabled("commande")) { + if (isModEnabled("order")) { ++$r; $this->importTagLinks( $r,