2
0
forked from Wavyzz/dolibarr

fix phpstan

This commit is contained in:
Frédéric FRANCE
2024-01-15 20:27:44 +01:00
committed by GitHub
parent 370262d1f3
commit c4d19d6202

View File

@@ -1833,7 +1833,7 @@ class CommandeFournisseur extends CommonOrder
* @param int $special_code Special code * @param int $special_code Special code
* @return int Return integer <=0 if KO, >0 if OK * @return int Return integer <=0 if KO, >0 if OK
*/ */
public function addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1 = 0.0, $txlocaltax2 = 0.0, $fk_product = 0, $fk_prod_fourn_price = 0, $ref_supplier = '', $remise_percent = 0.0, $price_base_type = 'HT', $pu_ttc = 0.0, $type = 0, $info_bits = 0, $notrigger = 0, $date_start = null, $date_end = null, $array_options = 0, $fk_unit = null, $pu_ht_devise = 0, $origin = '', $origin_id = 0, $rang = -1, $special_code = 0) public function addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1 = 0.0, $txlocaltax2 = 0.0, $fk_product = 0, $fk_prod_fourn_price = 0, $ref_supplier = '', $remise_percent = 0.0, $price_base_type = 'HT', $pu_ttc = 0.0, $type = 0, $info_bits = 0, $notrigger = 0, $date_start = null, $date_end = null, $array_options = [], $fk_unit = null, $pu_ht_devise = 0, $origin = '', $origin_id = 0, $rang = -1, $special_code = 0)
{ {
global $langs, $mysoc, $conf; global $langs, $mysoc, $conf;