Merge pull request #21530 from noec764/14.0_Fix_MissingTabHelp
Fix: tabhelp must be present in every module. Related to #21529
This commit is contained in:
commit
346a716ad4
@ -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