From 4c259dfbe6149af78a0bfa81e3374ff2b0162bf0 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Thu, 10 Sep 2015 14:50:49 -0400 Subject: [PATCH] lp1494427-fix refund error We inadvertently removed staff.patron.bills.handle_refund.confirm_message with some of the negative balance work. This branch restores it so that staff can perform refund operations again. Test case: Find a negative balance transaction and, from the patron's bills record, select the transaction and select the option to Refund. Pre-patch, this action will generate an error message. Post-patch, this action should generate a prompt asking the user to confirm the action. Signed-off-by: Kathy Lussier --- Open-ILS/xul/staff_client/server/locale/en-US/patron.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties b/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties index 401f19df23..9896176540 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties @@ -48,6 +48,7 @@ staff.patron.bills.handle_refund.message_singular=Are you sure you would like to staff.patron.bills.handle_refund.title=Refund Excess Payment staff.patron.bills.handle_refund.btn_yes=Yes staff.patron.bills.handle_refund.btn_no=No +staff.patron.bills.handle_refund.confirm_message=Check here to confirm this message staff.patron.bills.handle_adjust_to_zero.confirm_message=Check here to confirm this message staff.patron.bills.handle_adjust_to_zero.message_plural=Are you sure you would like to adjust to zero the balance on bills %1$s? -- 2.11.0