More fixes as a result of testing.
authorJason Stephenson <jason@sigio.com>
Mon, 27 Jan 2014 17:38:31 +0000 (12:38 -0500)
committerKathy Lussier <klussier@masslnc.org>
Thu, 13 Feb 2014 05:45:56 +0000 (00:45 -0500)
commit6a254d193123f0d4dfb5bc9d8035b905d443a924
tree57182698ba465d315fd487fc8d1c7c54b0c9317d
parent8b529041788544cd92421f1aa7ea3ff8315fb1f3
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