Fix: Add missing function
This commit is contained in:
parent
0116999026
commit
6cc4ccecd0
@ -39,6 +39,15 @@ class ModeleBarCode
|
||||
{
|
||||
var $error='';
|
||||
|
||||
|
||||
/** \brief Return if a module can be used or not
|
||||
* \return boolean true if module can be used
|
||||
*/
|
||||
function isEnabled()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user