From 1cff5e0e036406bc199bc5cadf3413d8f5e036d3 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Fri, 4 Sep 2020 17:33:58 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/compta/facture/class/facture.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index e533edf48f0..38a4ead79f2 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -817,7 +817,7 @@ class Facture extends CommonInvoice $originid = $line->id; $origintype = $this->element; } - + // init ref_ext if (empty($line->ref_ext)) { $line->ref_ext = ''; @@ -1197,7 +1197,7 @@ class Facture extends CommonInvoice $object->lines[$i]->date_end = $newLast; } } - + $object->lines[$i]->ref_ext = ''; // Do not clone ref_ext }