From 1ecef695f8ce23bd664f243d124276ca7fd81594 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 5 Feb 2020 19:40:22 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/class/conf.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index 34429dd1dbe..17f062038df 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -413,8 +413,8 @@ class Conf $this->supplier_order->dir_output = $rootfordata."/fournisseur/commande"; // For backward compatibility $this->supplier_order->dir_temp = $rootfortemp."/fournisseur/commande/temp"; // For backward compatibility } - - if (empty($this->global->MAIN_USE_NEW_SUPPLIERMOD)) // This can be set to 1 once modules purchase order and supplier invoice exists + + if (empty($this->global->MAIN_USE_NEW_SUPPLIERMOD)) // This can be set to 1 once modules purchase order and supplier invoice exists { $this->supplier_invoice=new stdClass(); $this->supplier_invoice->enabled = 1;