FIX travis test

This commit is contained in:
phf 2016-01-13 14:04:48 +01:00
parent d213fbae08
commit a50a7366cb

View File

@ -2021,7 +2021,8 @@ class Facture extends CommonInvoice
/** /**
* Update price of next invoice * Update price of next invoice
* @param Translate Translate object *
* @param Translate $langs Translate object
* @return bool false if KO, true if OK * @return bool false if KO, true if OK
*/ */
function updatePriceNextInvoice(&$langs) function updatePriceNextInvoice(&$langs)
@ -2522,6 +2523,8 @@ class Facture extends CommonInvoice
/** /**
* Check if the percent edited is lower of next invoice line * Check if the percent edited is lower of next invoice line
* *
* @param int $idline id of line to check
* @param float $situation_percent progress percentage need to be test
* @return false if KO, true if OK * @return false if KO, true if OK
*/ */
function checkProgressLine($idline, $situation_percent) function checkProgressLine($idline, $situation_percent)