Fix: tabhelp must be present in every module
This commit is contained in:
parent
21c2dba922
commit
2aae7525da
@ -231,7 +231,8 @@ class modPartnership extends DolibarrModules
|
||||
// Name of columns with primary key (try to always name it 'rowid')
|
||||
'tabrowid'=>array("rowid"),
|
||||
// Condition to show each dictionary
|
||||
'tabcond'=>array($conf->partnership->enabled)
|
||||
'tabcond'=>array($conf->partnership->enabled),
|
||||
'tabhelp' => array(array())
|
||||
);
|
||||
|
||||
// Boxes/Widgets
|
||||
|
||||
Loading…
Reference in New Issue
Block a user