phpcs fix v9

This commit is contained in:
Frédéric FRANCE 2019-03-07 18:13:21 +01:00 committed by GitHub
parent 02b8bc94e7
commit d02cec9579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1555,6 +1555,7 @@ class FactureFournisseur extends CommonInvoice
* @param int $origin_id id origin document
* @param double $pu_ht_devise Amount in currency
* @param string $ref_supplier Supplier ref
* @param string $special_code Special code
* @return int >0 if OK, <0 if KO
*/
public function addline($desc, $pu, $txtva, $txlocaltax1, $txlocaltax2, $qty, $fk_product=0, $remise_percent=0, $date_start='', $date_end='', $ventil=0, $info_bits='', $price_base_type='HT', $type=0, $rang=-1, $notrigger=false, $array_options=0, $fk_unit=null, $origin_id=0, $pu_ht_devise=0, $ref_supplier='', $special_code='')