From 272bd14bdcac8aa757a9589245028255ff2436cb Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 16 Apr 2021 11:24:35 -0400 Subject: [PATCH] LP1904036 Use new 'mowbus' patron billing summary Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm index 1a892228d9..8756df4b23 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm @@ -5283,7 +5283,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. -- 2.11.0