From 0e1bb06d01e1c5ab8db5453824fab739169cd512 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 31 Jan 2016 20:41:35 +0100 Subject: [PATCH] Fix duplicate set --- htdocs/compta/facture/class/facture.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 4ce50666b5a..502bb7d212e 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -2281,7 +2281,6 @@ class Facture extends CommonInvoice $this->line->context = $this->context; - $this->line->situation_percent = $situation_percent; $this->line->fk_facture=$this->id; $this->line->label=$label; // deprecated $this->line->desc=$desc;