From 379b04396f80fa47341e31a17380d213eb13f111 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 24 Jul 2009 19:25:23 +0000 Subject: [PATCH] added authoritative option so some billing methods git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@13733 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 5d3107d7ad..e486a1dbed 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm @@ -1425,6 +1425,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 @@ -1456,6 +1457,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 @@ -1489,6 +1491,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 @@ -1500,6 +1503,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