Fix: tabhelp must be present in every module

This commit is contained in:
Noé Courtier 2022-07-19 17:27:15 +02:00
parent 21c2dba922
commit 2aae7525da

View File

@ -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