Fix duplicate set

This commit is contained in:
Laurent Destailleur 2016-01-31 20:41:35 +01:00
parent 6002adb04c
commit 0e1bb06d01

View File

@ -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;