2
0
forked from Wavyzz/dolibarr

put phpmin info in one place

This commit is contained in:
Frédéric FRANCE
2023-05-31 09:31:22 +02:00
parent e16d944284
commit c61d96c98f
50 changed files with 6 additions and 297 deletions

View File

@@ -46,12 +46,6 @@ class doc_generic_order_odt extends ModelePDFCommandes
*/
public $emetteur;
/**
* @var array Minimum version of PHP required by module.
* e.g.: PHP ≥ 7.0 = array(7, 0)
*/
public $phpmin = array(7, 0);
/**
* Dolibarr version of the loaded document
* @var string

View File

@@ -72,12 +72,6 @@ class pdf_eratosthene extends ModelePDFCommandes
*/
public $type;
/**
* @var array Minimum version of PHP required by module.
* e.g.: PHP ≥ 7.0 = array(7, 0)
*/
public $phpmin = array(7, 0);
/**
* Dolibarr version of the loaded document
* @var string