added authoritative option so some billing methods
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 24 Jul 2009 19:25:30 +0000 (19:25 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 24 Jul 2009 19:25:30 +0000 (19:25 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13734 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Actor.pm

index f7bdcd0..7d2fb15 100644 (file)
@@ -1430,6 +1430,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
@@ -1461,6 +1462,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 
@@ -1494,6 +1496,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 
@@ -1505,6 +1508,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