mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Debug modulebuilder
This commit is contained in:
@@ -327,6 +327,10 @@ if ($dirins && $action == 'initsqlextrafields' && !empty($module))
|
||||
'Mon module'=>$modulename,
|
||||
'mon module'=>$modulename,
|
||||
'htdocs/modulebuilder/template'=>strtolower($modulename),
|
||||
'My Object'=>$objectname,
|
||||
'MyObject'=>$objectname,
|
||||
'my object'=>strtolower($objectname),
|
||||
'myobject'=>strtolower($objectname),
|
||||
'---Put here your own copyright and developer email---'=>dol_print_date($now, '%Y').' '.$user->getFullName($langs).($user->email?' <'.$user->email.'>':'')
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user