forked from Wavyzz/dolibarr
New: Add ability for numbering module to not be shown if a condition is not true.
This commit is contained in:
@@ -95,6 +95,14 @@ class ModeleNumRefCommandes
|
||||
{
|
||||
var $error='';
|
||||
|
||||
/** \brief Return if a module can be used or not
|
||||
* \return boolean true if module can be used
|
||||
*/
|
||||
function isEnabled()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/** \brief Renvoi la description par defaut du modele de num<75>rotation
|
||||
* \return string Texte descripif
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user