Merge branch 'new_branch_21_09_2018' of github.com:grandoc/dolibarr into new_branch_21_09_2018

This commit is contained in:
Philippe GRAND 2018-09-21 15:07:44 +02:00
commit 3355004e5d
3 changed files with 11 additions and 20 deletions

View File

@ -33,20 +33,11 @@ class mod_ticket_universal extends ModeleNumRefTicket
* Dolibarr version of the loaded document
* @public string
*/
public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
<<<<<<< HEAD
<<<<<<< HEAD
/**
* @var string Error code (or message)
*/
=======
>>>>>>> upstream/develop
=======
/**
* @var string Error code (or message)
*/
>>>>>>> d5003c9d3c507b5064a1f8e96a1ae9a019b6a5e9
public $error = '';
/**

View File

@ -42,15 +42,15 @@ class doc_generic_user_odt extends ModelePDFUser
public $emetteur;
/**
* @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)
*/
*/
public $phpmin = array(5, 4);
/**
* Dolibarr version of the loaded document
* @public string
*/
* Dolibarr version of the loaded document
* @public string
*/
public $version = 'dolibarr';

View File

@ -44,15 +44,15 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
public $emetteur;
/**
* @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)
*/
*/
public $phpmin = array(5, 4);
/**
* Dolibarr version of the loaded document
* @public string
*/
* Dolibarr version of the loaded document
* @public string
*/
public $version = 'dolibarr';