LP 1198465: More fixes as a result of testing.
authorJason Stephenson <jason@sigio.com>
Mon, 27 Jan 2014 17:38:31 +0000 (12:38 -0500)
committerJason Stephenson <jason@sigio.com>
Thu, 20 Feb 2014 23:07:26 +0000 (18:07 -0500)
commitb30d84cbb28d05d5b6ed678b1c8aa053a6b75ab6
tree087c237468abca04fd4bb889535422438de14fc0
parentcce2ae31de0d19e7ba3ea1caba6427f2be0e648d
LP 1198465: More fixes as a result of testing.

Testing voiding of lost on claims returned turned up a problem with
double voiding the same bill when/if the claims returned copy is
later checked in.  The fix is to modify CircCommon::void_bills_of_type
so that it does not void already voided bills.

Also, the BILL_ALREADY_VOIDED event was not getting propagated to the
staff client, so we changed CircCommon::real_void_bills to add the
event to the editor.

Finally, there was a typo in the original event description in
ils_events.xml, so we altered that language to be simpler English.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/extras/ils_events.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircCommon.pm