From: Bill Erickson Date: Tue, 14 Apr 2020 14:28:09 +0000 (-0400) Subject: LP1858448 Money aging srfsh script function repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7ccc370369e2694c82af964f046488e86961aa33;p=evergreen%2Fpines.git 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 --- 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