From 93c4f1cbd469ce4832834888bdfedeed4256931b Mon Sep 17 00:00:00 2001 From: Victor Grousset Date: Mon, 11 Jun 2018 11:33:29 +0200 Subject: [PATCH] =?UTF-8?q?Bug=2012310:=20(QA=20follow-up)=20Fix=20typo:?= =?UTF-8?q?=20unformating=20=E2=86=92=20unformatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- koha-tmpl/intranet-tmpl/prog/en/includes/decimal-input-js.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/decimal-input-js.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/decimal-input-js.inc index d3b14ae..d76e519 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/decimal-input-js.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/decimal-input-js.inc @@ -42,6 +42,6 @@ var decimal = (function() { // equivalent of $(document).ready, jQuery hasn't load yet so vanilla JS version document.addEventListener("DOMContentLoaded", function() { - $(".decimal-unformating").on("change", function() {decimal.handler_unformat_input(this)}); + $(".decimal-unformatting").on("change", function() {decimal.handler_unformat_input(this)}); }); diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt index 27d4e1e..7d6eb3a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt @@ -44,7 +44,7 @@
  • -
  • Example: 5[% Koha.Preference('DecimalSeparators') | truncate(1, '') %]12
  • +
  • Example: 5[% Koha.Preference('DecimalSeparators') | truncate(1, '') %]12
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt index 1171b1a..44d7bf0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt @@ -56,7 +56,7 @@
  • -
  • Example: 5[% Koha.Preference('DecimalSeparators') | truncate(1, '') %]12
  • +
  • Example: 5[% Koha.Preference('DecimalSeparators') | truncate(1, '') %]12
  • Cancel
    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt index f4891b6..4fcd935 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -86,7 +86,7 @@
  • - +
  • [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] [% IF payment_types %] @@ -142,7 +142,7 @@
  • - +
  • @@ -169,7 +169,7 @@
  • - +
  • [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] [% IF payment_types %] -- 2.7.4