2
0
forked from Wavyzz/dolibarr

Move to use the english key name ofmodule

This commit is contained in:
Laurent Destailleur
2024-03-18 14:32:59 +01:00
parent d9ba301611
commit 6640354e79
3 changed files with 23 additions and 23 deletions

View File

@@ -158,7 +158,7 @@ $workflowcodes = array(
'WORKFLOW_SHIPPING_CLASSIFY_CLOSED_INVOICE' => array(
'family' => 'classify_shipping',
'position' => 90,
'enabled' => isModEnabled("expedition") && isModEnabled("facture"),
'enabled' => isModEnabled("shipping") && isModEnabled("invoice"),
'picto' => 'shipment',
'deprecated' => 1
),