Fix Travis
This commit is contained in:
parent
bab7533578
commit
ca05345a60
@ -43,10 +43,11 @@ class mod_contract_olive extends ModelNumRefContracts
|
|||||||
var $code_auto = 0; // Numerotation automatique
|
var $code_auto = 0; // Numerotation automatique
|
||||||
|
|
||||||
|
|
||||||
/** Return description of module
|
/**
|
||||||
|
* Return description of module
|
||||||
*
|
*
|
||||||
* @param Translate $langs Object langs
|
* @param Translate $langs Object langs
|
||||||
* @return string Description of module
|
* @return string Description of module
|
||||||
*/
|
*/
|
||||||
function info()
|
function info()
|
||||||
{
|
{
|
||||||
@ -59,7 +60,7 @@ class mod_contract_olive extends ModelNumRefContracts
|
|||||||
/**
|
/**
|
||||||
* Return an example of result returned by getNextValue
|
* Return an example of result returned by getNextValue
|
||||||
*
|
*
|
||||||
* @param product $objproduct Object product
|
* @param Societe $objsoc Object thirdparty
|
||||||
* @param int $type Type of third party (1:customer, 2:supplier, -1:autodetect)
|
* @param int $type Type of third party (1:customer, 2:supplier, -1:autodetect)
|
||||||
* @return string Return next value
|
* @return string Return next value
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user