[open-ils-commits] r13733 - branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jul 24 15:25:28 EDT 2009
Author: erickson
Date: 2009-07-24 15:25:23 -0400 (Fri, 24 Jul 2009)
New Revision: 13733
Modified:
branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
Log:
added authoritative option so some billing methods
Modified: branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
===================================================================
--- branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm 2009-07-24 19:25:16 UTC (rev 13732)
+++ branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm 2009-07-24 19:25:23 UTC (rev 13733)
@@ -1425,6 +1425,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
@@ -1456,6 +1457,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
@@ -1489,6 +1491,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
@@ -1500,6 +1503,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