From 66cb72b2fab8f0e46df789cdb92d153c07c6bb34 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 28 Jun 2023 17:07:28 +0100 Subject: [PATCH] Bug 33028: (follow-up) Remove inputmode and pattern --- .../prog/en/modules/admin/smart-rules.tt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index e8dcf9abde..e42ae6f041 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -462,7 +462,7 @@
[% INCLUDE 'date-format.inc' %]
- + - + @@ -531,7 +531,7 @@ - + [% END %] @@ -1050,7 +1050,7 @@ [% END %] - + @@ -1487,10 +1487,6 @@ $('#overduefinescap').prop('disabled', cap_fine_to_replacement_price.is(':checked') ); } else { $(current_column).find("input[type='text']").val(itm); - // unformat prices - $(current_column).find("input[inputmode='decimal']").each(function() { - $(this).val(itm.unformat_price()); - }); // select the corresponding option $(current_column).find("select option").each(function(){ opt = $(this).text().toLowerCase(); -- 2.41.0