From 7ccc370369e2694c82af964f046488e86961aa33 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 14 Apr 2020 10:28:09 -0400 Subject: [PATCH] LP1858448 Money aging srfsh script function repair Fixes a copy pasto in the money aging script, teaching it call the correct money aging function. Signed-off-by: Bill Erickson Signed-off-by: Jason Stephenson --- Open-ILS/src/support-scripts/age_money.srfsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/age_money.srfsh b/Open-ILS/src/support-scripts/age_money.srfsh index 533403c61a..7aa55ac479 100755 --- a/Open-ILS/src/support-scripts/age_money.srfsh +++ b/Open-ILS/src/support-scripts/age_money.srfsh @@ -1,7 +1,7 @@ #!BINDIR/srfsh open open-ils.cstore request open-ils.cstore open-ils.cstore.transaction.begin -request open-ils.cstore open-ils.cstore.json_query {"from":["action.purge_circulations"]} +request open-ils.cstore open-ils.cstore.json_query {"from":["money.age_billings_and_payments"]} request open-ils.cstore open-ils.cstore.transaction.commit close open-ils.cstore -- 2.11.0