From: Bill Erickson Date: Fri, 16 Apr 2021 15:24:35 +0000 (-0400) Subject: LP1904036 Use new 'mowbus' patron billing summary X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ee41cf34d1d8476089d75185adec752cc090640b;p=working%2FEvergreen.git LP1904036 Use new 'mowbus' patron billing summary Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm index 279d75ec8c..7366c57d04 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm @@ -5274,7 +5274,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.