@@ -, +, @@ writeoff --- koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -6,7 +6,13 @@ [% USE Price %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Patrons › Collect fine payment for [% patron.firstname | html %] [% patron.surname | html %] +Koha › Patrons › + [% IF type == 'WRITEOFF' %] + Write off an amount for [% patron.firstname | html %] [% patron.surname | html %] + [% ELSE %] + Collect fine payment for [% patron.firstname | html %] [% patron.surname | html %] + [% END %] + [% INCLUDE 'doc-head-close.inc' %] --