mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Remove hardcoded value
This commit is contained in:
@@ -89,8 +89,8 @@ class modBom extends DolibarrModules
|
||||
'tpl' => 0, // Set this to 1 if module overwrite template dir (core/tpl)
|
||||
'barcode' => 0, // Set this to 1 if module has its own barcode directory (core/modules/barcode)
|
||||
'models' => 0, // Set this to 1 if module has its own models directory (core/modules/xxx)
|
||||
'css' => array('/bom/css/bom.css.php'), // Set this to relative path of css file if module has its own css file
|
||||
'js' => array('/bom/js/bom.js.php'), // Set this to relative path of js file if module must load a js on all pages
|
||||
'css' => array('/bom/css/bom.css.php'), // Set this to relative path of css file if module has its own css file
|
||||
'js' => array('/bom/js/bom.js.php'), // Set this to relative path of js file if module must load a js on all pages
|
||||
'hooks' => array('data'=>array('hookcontext1','hookcontext2'), 'entity'=>'0'), // Set here all hooks context managed by module. To find available hook context, make a "grep -r '>initHooks(' *" on source code. You can also set hook context 'all'
|
||||
'moduleforexternal' => 0 // Set this to 1 if feature of module are opened to external users
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user