From 79c97454428be0a0efdd3e9692664d343b9ed8e1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Feb 2017 11:00:11 +0100 Subject: [PATCH] Fix size of fields --- htdocs/core/tpl/objectline_edit.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/tpl/objectline_edit.tpl.php b/htdocs/core/tpl/objectline_edit.tpl.php index c89b8ce4589..d982516bd67 100644 --- a/htdocs/core/tpl/objectline_edit.tpl.php +++ b/htdocs/core/tpl/objectline_edit.tpl.php @@ -124,13 +124,13 @@ $coldisplay=-1; // We remove first td if (!empty($conf->multicurrency->enabled)) { $colspan++; - print ''; + print ''; } if ($inputalsopricewithtax) { $coldisplay++; - print 'situation_counter > 1) print ' readonly'; print '>'; }