From 6ed48a69604e53b09ad3816f1278bca3dc02805b 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 0c38eb5..cffc546 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt @@ -42,7 +42,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 195577c..9aa7ee3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt @@ -54,7 +54,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 3803946..f97ae80 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -85,7 +85,7 @@
  • - +
  • [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] [% IF payment_types %] @@ -139,7 +139,7 @@
  • - +
  • @@ -164,7 +164,7 @@
  • - +
  • [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] [% IF payment_types %] -- 2.7.4