@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -28,7 +28,7 @@ [% ELSIF ( writeoff_individual ) %]Write off an individual fine [% ELSE %] [% IF ( selected_accts ) %] - [% IF type == 'writeoff' %]Write off an amount toward selected fines + [% IF type == 'WRITEOFF' %]Write off an amount toward selected fines [% ELSE %]Pay an amount toward selected fines [% END %] [% ELSE %]Pay an amount toward all fines @@ -204,7 +204,7 @@ [% ELSE %] - [% IF ( error_registers && type != 'writeoff' ) %] + [% IF ( error_registers && type != 'WRITEOFF' ) %]
You must have at least one cash register associated with this branch before you can record payments.
--