From 9b14c684112564c82fc5b4887133c2800902f939 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 30 Dec 2021 19:28:25 +0100 Subject: [PATCH] Update facture.class.php --- htdocs/compta/facture/class/facture.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 0436c7e9420..4f72b5a14a3 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -3147,7 +3147,7 @@ class Facture extends CommonInvoice $fk_remise_except = '', $price_base_type = 'HT', $pu_ttc = 0, - $type = Product::TYPE_PRODUCT, + $type = 0, $rang = -1, $special_code = 0, $origin = '',