fix travis

This commit is contained in:
Florian HENRY 2015-01-18 16:25:43 +01:00
parent b171975d18
commit d6778b9ed6

View File

@ -2338,7 +2338,7 @@ class Facture extends CommonInvoice
* Update_percent * Update_percent
* *
* @param FactureLigne $line Invoice line * @param FactureLigne $line Invoice line
* @param int $percent * @param int $percent percent
* *
* @return void * @return void
*/ */
@ -3455,6 +3455,7 @@ class Facture extends CommonInvoice
/** /**
* Checks if the invoice is the first of a cycle * Checks if the invoice is the first of a cycle
* *
* @return boolean ($this->situation_counter == 1)
*/ */
function is_first() function is_first()
{ {