New: Add a first version of a Paybox module
This commit is contained in:
parent
3b06c7834c
commit
187a5610ac
@ -82,7 +82,7 @@ class modPayBox extends DolibarrModules
|
||||
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
|
||||
$this->requiredby = array(); // List of modules id to disable if this one is disabled
|
||||
$this->phpmin = array(4,1); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(2,4); // Minimum version of Dolibarr required by module
|
||||
$this->need_dolibarr_version = array(2,6); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("paybox");
|
||||
|
||||
// Constants
|
||||
|
||||
Loading…
Reference in New Issue
Block a user