From: Kathy Lussier Date: Thu, 10 Sep 2015 18:50:49 +0000 (-0400) Subject: lp1494427-fix refund error X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4c259dfbe6149af78a0bfa81e3374ff2b0162bf0;p=working%2FEvergreen.git 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 --- 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?