From 664bd5b35b66f3d3a183256308cdcd8f867a195d Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 9 Mar 2018 09:20:40 -0500 Subject: [PATCH] Bug 20120: Writeoffs for individual fees allows an amount to be written off more than the amount of the fee --- .../prog/en/modules/members/paycollect.tt | 31 ++++++++++++++++++--- members/pay.pl | 32 ++++++++++++++++------ members/paycollect.pl | 4 +++ 3 files changed, 54 insertions(+), 13 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 39df143..215aee8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -1,5 +1,6 @@ [% USE Koha %] [% USE Branches %] +[% USE Price %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › Collect fine payment for [% patron.firstname %] [% patron.surname %] @@ -105,6 +106,8 @@ + + @@ -125,12 +128,14 @@
  • - +
  • -
    - Cancel
    +
    + + Cancel +
    [% ELSE %] @@ -175,12 +180,30 @@
    Description