LP1904036 Use new 'mowbus' patron billing summary
authorBill Erickson <berickxx@gmail.com>
Fri, 16 Apr 2021 15:24:35 +0000 (11:24 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:31 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm

index 8962dcc..5db789a 100644 (file)
@@ -5381,7 +5381,7 @@ sub user_billing_xacts {
         $e->allowed('VIEW_USER_TRANSACTIONS', $user->home_ou);
 
     # Start with the user summary.
-    $client->respond($e->retrieve_money_user_summary($user_id));
+    $client->respond($e->retrieve_money_open_with_balance_user_summary($user_id));
 
     # Even if xact_ids are specified, run this query to confirm the
     # provided IDs are linked to the specified user and have a balance.