[open-ils-commits] r13730 - branches/rel_1_4_0/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jul 24 15:24:42 EDT 2009
Author: erickson
Date: 2009-07-24 15:24:37 -0400 (Fri, 24 Jul 2009)
New Revision: 13730
Modified:
branches/rel_1_4_0/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
Log:
added authoritative option so some billing methods
Modified: branches/rel_1_4_0/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
===================================================================
--- branches/rel_1_4_0/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm 2009-07-24 19:20:06 UTC (rev 13729)
+++ branches/rel_1_4_0/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm 2009-07-24 19:24:37 UTC (rev 13730)
@@ -1529,6 +1529,7 @@
__PACKAGE__->register_method(
method => "user_transactions",
api_name => "open-ils.actor.user.transactions.have_balance",
+ authoritative => 1,
notes => <<" NOTES");
Returns a list of all open user transactions (mbts objects) that have a balance
Params are login_session, user_id
@@ -1560,6 +1561,7 @@
__PACKAGE__->register_method(
method => "user_transactions",
api_name => "open-ils.actor.user.transactions.have_balance.fleshed",
+ authoritative => 1,
notes => <<" NOTES");
Returns an object/hash of transaction, circ, title where transaction = an open
user transaction that has a balance (mbts objects), circ is the attached
@@ -1593,6 +1595,7 @@
__PACKAGE__->register_method(
method => "user_transactions",
api_name => "open-ils.actor.user.transactions.have_balance.count",
+ authoritative => 1,
notes => <<" NOTES");
Returns an object/hash of transaction, circ, title where transaction = an open
user transaction that has a balance (mbts objects), circ is the attached
@@ -1604,6 +1607,7 @@
__PACKAGE__->register_method(
method => "user_transactions",
api_name => "open-ils.actor.user.transactions.have_balance.total",
+ authoritative => 1,
notes => <<" NOTES");
Returns an object/hash of transaction, circ, title where transaction = an open
user transaction that has a balance (mbts objects), circ is the attached
More information about the open-ils-commits
mailing list