From bfe347780968d33d60a76a5291f8f17a07514c7c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 14 Feb 2019 15:00:30 -0300 Subject: [PATCH] Bug 22301: (bug 11373 follow-up) Do not format amounts in inputs on_edition flag must be set when the Price plugin is used on inputs. Prices currently need to all be displayed with decimal dot in input fields. Test plan: Trying to pay 9,55. Go into the input field and change 9 to 5. Without this patch Koha will turn it into 555.00. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 f92f091a42..78ee2ed934 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -100,11 +100,11 @@
  • - +
  • - +
  • @@ -202,7 +202,7 @@
  • - +
  • [% IF type == 'writeoff' %] @@ -210,7 +210,7 @@ [% ELSE %] [% END %] - +
  • -- 2.11.0