From b76b0f3a6bed1d3e89fd0e1361e8ceb68a0225ca Mon Sep 17 00:00:00 2001 From: William Mead Date: Fri, 11 Oct 2024 21:44:10 +0200 Subject: [PATCH] Fixed Phantom warnings --- htdocs/fourn/class/fournisseur.facture-rec.ligne.class.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/fourn/class/fournisseur.facture-rec.ligne.class.php b/htdocs/fourn/class/fournisseur.facture-rec.ligne.class.php index 28b843357a12d..5fe6923d005d9 100644 --- a/htdocs/fourn/class/fournisseur.facture-rec.ligne.class.php +++ b/htdocs/fourn/class/fournisseur.facture-rec.ligne.class.php @@ -75,6 +75,7 @@ class FactureFournisseurLigneRec extends CommonInvoiceLine public $label; /** * @deprecated Use desc + * @var string */ public $description; @@ -173,6 +174,11 @@ class FactureFournisseurLigneRec extends CommonInvoiceLine */ public $fk_user_modif; + /** + * @var int + */ + public $skip_update_total; + /** * Delete supplier order template line in database