LP 1198465: 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)
committerJason Stephenson <jason@sigio.com>
Thu, 20 Feb 2014 23:07:04 +0000 (18:07 -0500)
commit24cd75975a1c70c2bb2a4011b137579ab9142985
tree78ca03b379dbe05169314fe68a86ea7c8c3c5676
parent6e37e38604afd7bf36ef654a13e5184cd3a15083
LP 1198465: 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