Update modCategorie.class.php

This commit is contained in:
Laurent Destailleur 2025-02-17 16:08:20 +01:00 committed by GitHub
parent 1e4a9bfe9b
commit 417f10c99d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,