lp1494427-fix refund error user/kmlussier/lp1494427-fix-refund-error
authorKathy Lussier <klussier@masslnc.org>
Thu, 10 Sep 2015 18:50:49 +0000 (14:50 -0400)
committerKathy Lussier <klussier@masslnc.org>
Thu, 10 Sep 2015 18:50:49 +0000 (14:50 -0400)
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 <klussier@masslnc.org>
Open-ILS/xul/staff_client/server/locale/en-US/patron.properties

index 401f19d..9896176 100644 (file)
@@ -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?