Merge
This commit is contained in:
parent
e4698fb6a5
commit
ebfb6beee3
@ -86,7 +86,7 @@ class modTakePos 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)
|
||||
'hooks' => array('data'=>array('invoicecard'), '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'
|
||||
'hooks' => array() // 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'
|
||||
);
|
||||
|
||||
// Data directories to create when module is enabled.
|
||||
|
||||
@ -4470,6 +4470,7 @@ function migrate_delete_old_files($db, $langs, $conf)
|
||||
'/societe/class/api_contact.class.php',
|
||||
'/societe/class/api_thirdparty.class.php',
|
||||
'/support/online.php',
|
||||
'/takepos/class/actions_takepos.class.php'
|
||||
);
|
||||
|
||||
foreach ($filetodeletearray as $filetodelete) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user