From e44f577b2b8693173cae90ce653790051c56da89 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 11 Mar 2016 13:11:18 +0000 Subject: [PATCH] Bug 15397: just a try --- koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 2 +- members/paycollect.pl | 2 +- 2 files changed, 2 insertions(+), 2 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 cb6902c..2c9765d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -198,7 +198,7 @@ function moneyFormat(textObj) {
- +
[% IF ( selected_accts ) %]Pay an amount toward selected fines[% ELSE %]Pay an amount toward all fines[% END %] diff --git a/members/paycollect.pl b/members/paycollect.pl index e9de655..fc02a26 100755 --- a/members/paycollect.pl +++ b/members/paycollect.pl @@ -91,7 +91,7 @@ if ( $individual || $writeoff ) { notify_level => $notify_level, payment_note => $payment_note, ); -} elsif ($select_lines) { +} elsif ($select_lines or $select) { $total_due = $input->param('amt'); $template->param( selected_accts => $select_lines, -- 2.7.0