Make real_void_bills accept an editor argument instead of authtoken.
authorJason Stephenson <jason@sigio.com>
Wed, 15 Jan 2014 19:43:38 +0000 (14:43 -0500)
committerKathy Lussier <klussier@masslnc.org>
Thu, 13 Feb 2014 05:43:18 +0000 (00:43 -0500)
commit9deec0da5c74112c8e46b6e1316eded250c0fb07
treea34bf866dfc8154c39b275e7d9f45bb52698fc8c
parent5bb412c25e7ff5f7d8237e2c9a49332569ca7662
Make real_void_bills accept an editor argument instead of authtoken.

This makes its caller responsible for handling a database transaction
and prevents no transaction errors in cases where we have already started
a database transaction.

This commit also eliminates the unvoid_bills function that is no longer
used anywhere in the code.

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