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 - */ + */ ?> @@ -100,7 +100,7 @@ if ($conf->marges->enabled) { 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) { service->enabled && $dateSelector) { -if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER) +if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) $colspan = 10; else $colspan = 9;