Update pdf_eratosthene.modules.php
This commit is contained in:
parent
b154ae752a
commit
b978014fb9
@ -68,14 +68,14 @@ class pdf_eratosthene extends ModelePDFCommandes
|
|||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array() Minimum version of PHP required by module.
|
* @var array Minimum version of PHP required by module.
|
||||||
* e.g.: PHP ≥ 5.4 = array(5, 4)
|
* e.g.: PHP ≥ 5.4 = array(5, 4)
|
||||||
*/
|
*/
|
||||||
public $phpmin = array(5, 4);
|
public $phpmin = array(5, 4);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @public string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = 'development';
|
public $version = 'development';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user