From 7f5f3286620bafc1b03c669fac6c756b87c1386a Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 24 Jul 2009 19:24:37 +0000 Subject: [PATCH] added authoritative option so some billing methods git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@13730 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Actor.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm index 96af5b9d34..87813caa24 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm @@ -1529,6 +1529,7 @@ __PACKAGE__->register_method( __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( __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( __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( __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 -- 2.11.0