forked from Wavyzz/dolibarr
Move to use the english key name ofmodule
This commit is contained in:
@@ -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
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user