From 5ed7b43214e26d6d658706de50bfe10eb853813f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 3 Oct 2020 14:48:19 +0200 Subject: [PATCH] phpcs --- htdocs/core/tpl/objectline_edit.tpl.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/htdocs/core/tpl/objectline_edit.tpl.php b/htdocs/core/tpl/objectline_edit.tpl.php index e735a047878..245f4578043 100644 --- a/htdocs/core/tpl/objectline_edit.tpl.php +++ b/htdocs/core/tpl/objectline_edit.tpl.php @@ -305,21 +305,21 @@ if (!empty($extrafields)) rights->margins->creer) { -?> + ?> /* Some js test when we click on button "Add" */ jQuery(document).ready(function() { global->DISPLAY_MARGIN_RATES)) { ?> - $("input[name='np_marginRate']:first").blur(function(e) { - return checkFreeLine(e, "np_marginRate"); - }); - global->DISPLAY_MARK_RATES)) { ?> - $("input[name='np_markRate']:first").blur(function(e) { - return checkFreeLine(e, "np_markRate"); - }); - }); @@ -369,7 +369,7 @@ if (! empty($usemargins) && $user->rights->margins->creer) return true; } -