From 8487058c9812f4c864607bdddbfd0da4745b6dc8 Mon Sep 17 00:00:00 2001 From: phf Date: Thu, 21 Jan 2016 21:54:57 +0100 Subject: [PATCH] FIX add input multicurrency_subprice on edit line --- htdocs/core/tpl/objectline_edit.tpl.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/core/tpl/objectline_edit.tpl.php b/htdocs/core/tpl/objectline_edit.tpl.php index 4316ab0b318..f34f3e52a49 100644 --- a/htdocs/core/tpl/objectline_edit.tpl.php +++ b/htdocs/core/tpl/objectline_edit.tpl.php @@ -121,6 +121,10 @@ $coldisplay=-1; // We remove first td if ($this->situation_counter > 1) print ' readonly'; print '>'; + if (!empty($conf->multicurrency->enabled)) { + print ''; + } + if ($inputalsopricewithtax) { $coldisplay++;