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>
Mon, 27 Jan 2014 17:36:00 +0000 (12:36 -0500)
commit0996ba038300c647351d52647862134bc678131e
treed0641c5d91c3b1fca805569a5d0e21a9858007c3
parent01b9e377763caf74b7c309d2f5e42c335e671b99
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>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircCommon.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm