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:
Laurent Destailleur 2022-07-19 19:01:21 +02:00 committed by GitHub
commit 346a716ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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