From 0c8939f46cf059d3bd4cf10e854d3333e51a7733 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Tue, 22 Dec 2020 22:00:51 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20htdocs/core/tpl/objectline=5Fcreate.tpl.php=20=09modifi?= =?UTF-8?q?=C3=A9=C2=A0:=20=20=20=20=20=20=20=20=20htdocs/core/tpl/objectl?= =?UTF-8?q?ine=5Fedit.tpl.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/core/tpl/objectline_create.tpl.php | 2 ++ htdocs/core/tpl/objectline_edit.tpl.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/htdocs/core/tpl/objectline_create.tpl.php b/htdocs/core/tpl/objectline_create.tpl.php index 83ba55e1140..e9695eb2d10 100644 --- a/htdocs/core/tpl/objectline_create.tpl.php +++ b/htdocs/core/tpl/objectline_create.tpl.php @@ -320,7 +320,9 @@ if ($nolinesbefore) { echo ''; } if (is_object($objectline)) { + print '
'; print $objectline->showOptionals($extrafields, 'edit', array(), '', '', 1); + print '
'; } echo ''; if ($object->element == 'supplier_proposal' || $object->element == 'order_supplier' || $object->element == 'invoice_supplier') // We must have same test in printObjectLines diff --git a/htdocs/core/tpl/objectline_edit.tpl.php b/htdocs/core/tpl/objectline_edit.tpl.php index ec187667729..3115e4e2f0c 100644 --- a/htdocs/core/tpl/objectline_edit.tpl.php +++ b/htdocs/core/tpl/objectline_edit.tpl.php @@ -128,7 +128,9 @@ $coldisplay++; //Line extrafield if (!empty($extrafields)) { + print '
'; print $line->showOptionals($extrafields, 'edit', array('class'=>'tredited'), '', '', 1); + print '
'; } // Show autofill date for recuring invoices