From be21aa7c6da14a8e3bc6d44c64cc372a671cfb7d Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Mon, 7 Apr 2025 17:00:18 +0200 Subject: [PATCH] FIX CI --- htdocs/compta/facture/class/facture-rec.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/class/facture-rec.class.php b/htdocs/compta/facture/class/facture-rec.class.php index d01da9ea80c..4f7f4863e84 100644 --- a/htdocs/compta/facture/class/facture-rec.class.php +++ b/htdocs/compta/facture/class/facture-rec.class.php @@ -956,7 +956,7 @@ class FactureRec extends CommonInvoice * @param float $pu_ht_devise Unit price in currency * @param int $date_start_fill 1=Flag to fill start date when generating invoice * @param int $date_end_fill 1=Flag to fill end date when generating invoice - * @param ?int|string $fk_fournprice Supplier price id (to calculate margin) or string + * @param int|string|null $fk_fournprice Supplier price id (to calculate margin) or string * @param float $pa_ht Buying price of line (to calculate margin) (Can be '' to keep AWP unchanged or a float value) * @param int $fk_parent_line Id of parent line * @return int Return integer <0 if KO, Id of line if OK