From 34022de1de6985dbe9041eb6a2a1c58ab5d296f1 Mon Sep 17 00:00:00 2001
From: Christophe Battarel <christophe.battarel@altairis.fr>
Date: Wed, 18 Jul 2012 16:43:02 +0200
Subject: [PATCH] correction of syntax error in tpl

---
 htdocs/core/tpl/freeproductline_create.tpl.php       | 4 ++--
 htdocs/core/tpl/predefinedproductline_create.tpl.php | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/htdocs/core/tpl/freeproductline_create.tpl.php b/htdocs/core/tpl/freeproductline_create.tpl.php
index 334429cc7b5..aaca8feab4e 100644
--- a/htdocs/core/tpl/freeproductline_create.tpl.php
+++ b/htdocs/core/tpl/freeproductline_create.tpl.php
@@ -23,7 +23,7 @@
  * $dateSelector
  * $this (invoice, order, ...)
  * $line defined
- */
+ */  
 ?>
 
 <!-- BEGIN PHP TEMPLATE freeproductline_create.tpl.php -->
@@ -100,7 +100,7 @@ if ($conf->marges->enabled) {
 
 
 <?php if ($conf->service->enabled && $dateSelector) { 
-if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER)
+if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER))
 	$colspan = 10;
 else
 	$colspan = 9;
diff --git a/htdocs/core/tpl/predefinedproductline_create.tpl.php b/htdocs/core/tpl/predefinedproductline_create.tpl.php
index a7672c4251e..c4a0bebd614 100644
--- a/htdocs/core/tpl/predefinedproductline_create.tpl.php
+++ b/htdocs/core/tpl/predefinedproductline_create.tpl.php
@@ -109,7 +109,7 @@ if ($conf->marges->enabled) {
 </tr>
 
 <?php if ($conf->service->enabled && $dateSelector) {
-if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER)
+if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER))
 	$colspan = 10;
 else
 	$colspan = 9;
-- 
GitLab