Skip to content
Snippets Groups Projects
Commit 35a0311d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Checkstyle

parent 0b42251d
No related branches found
No related tags found
No related merge requests found
......@@ -305,6 +305,7 @@ class Propal extends CommonObject
* @param int $fk_parent_line Id of parent line
* @param int $fk_fournprice Id supplier price
* @param int $pa_ht Buying price without tax
* @param string $label ???
* @return int >0 if OK, <0 if KO
*
* @see add_product
......@@ -461,6 +462,7 @@ class Propal extends CommonObject
* @param int $skip_update_total Skip update total
* @param int $fk_fournprice Id supplier price
* @param int $pa_ht Buying price without tax
* @param string $label ???
* @return int 0 if OK, <0 if KO
*/
function updateline($rowid, $pu, $qty, $remise_percent, $txtva, $txlocaltax1=0, $txlocaltax2=0, $desc='', $price_base_type='HT', $info_bits=0, $special_code=0, $fk_parent_line=0, $skip_update_total=0, $fk_fournprice=null, $pa_ht=0, $label='')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment