Skip to content
Snippets Groups Projects
Commit 34022de1 authored by Christophe Battarel's avatar Christophe Battarel
Browse files

correction of syntax error in tpl

parent c5fe895d
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* $dateSelector * $dateSelector
* $this (invoice, order, ...) * $this (invoice, order, ...)
* $line defined * $line defined
*/ */
?> ?>
<!-- BEGIN PHP TEMPLATE freeproductline_create.tpl.php --> <!-- BEGIN PHP TEMPLATE freeproductline_create.tpl.php -->
...@@ -100,7 +100,7 @@ if ($conf->marges->enabled) { ...@@ -100,7 +100,7 @@ if ($conf->marges->enabled) {
<?php if ($conf->service->enabled && $dateSelector) { <?php if ($conf->service->enabled && $dateSelector) {
if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER) if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER))
$colspan = 10; $colspan = 10;
else else
$colspan = 9; $colspan = 9;
......
...@@ -109,7 +109,7 @@ if ($conf->marges->enabled) { ...@@ -109,7 +109,7 @@ if ($conf->marges->enabled) {
</tr> </tr>
<?php if ($conf->service->enabled && $dateSelector) { <?php if ($conf->service->enabled && $dateSelector) {
if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER) if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER))
$colspan = 10; $colspan = 10;
else else
$colspan = 9; $colspan = 9;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment