Skip to content
Snippets Groups Projects
Commit 0730f84c authored by gauthier's avatar gauthier
Browse files

FIX : param php doc

parent 6cecab4c
Branches master
No related tags found
No related merge requests found
...@@ -355,6 +355,7 @@ class SupplierProposal extends CommonObject ...@@ -355,6 +355,7 @@ class SupplierProposal extends CommonObject
* @param string $label ??? * @param string $label ???
* @param array $array_option extrafields array * @param array $array_option extrafields array
* @param string $ref_fourn Supplier price reference * @param string $ref_fourn Supplier price reference
* @param int $fk_unit Id of the unit to use.
* @return int >0 if OK, <0 if KO * @return int >0 if OK, <0 if KO
* *
* @see add_product * @see add_product
...@@ -547,6 +548,7 @@ class SupplierProposal extends CommonObject ...@@ -547,6 +548,7 @@ class SupplierProposal extends CommonObject
* @param int $type 0/1=Product/service * @param int $type 0/1=Product/service
* @param array $array_option extrafields array * @param array $array_option extrafields array
* @param string $ref_fourn Supplier price reference * @param string $ref_fourn Supplier price reference
* @param int $fk_unit Id of the unit to use.
* @return int 0 if OK, <0 if KO * @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=0, $pa_ht=0, $label='', $type=0, $array_option=0, $ref_fourn='', $fk_unit='') 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=0, $pa_ht=0, $label='', $type=0, $array_option=0, $ref_fourn='', $fk_unit='')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment