From f2bedea793606e9095f839e5f7bd2dfac9bfb695 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 28 Jan 2020 13:13:10 +0000 Subject: [PATCH] Bug 23442: (RM followup) Boraccount refund form correction This patch adds a minor correction to the refund form on the borrower accounts page. It removes the hidden 'registerid' form field and corrects the select field to submit registerid as intended. This corrects the behaviour such that the staff user can select which cash register the payout action should be attributed to. Signed-off-by: Martin Renvoize --- .../intranet-tmpl/prog/en/modules/members/boraccount.tt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt index d87d48df6e..c93eb6fa09 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ -226,8 +226,8 @@ [% IF Koha.Preference('UseCashRegisters') %]
  • - - [% FOREACH register IN registers %] [% IF register.id == registerid %] @@ -243,7 +243,6 @@