LP1858448 Money aging srfsh script function repair
authorBill Erickson <berickxx@gmail.com>
Tue, 14 Apr 2020 14:28:09 +0000 (10:28 -0400)
committerJason Stephenson <jason@sigio.com>
Tue, 28 Apr 2020 18:29:35 +0000 (14:29 -0400)
Fixes a copy pasto in the money aging script, teaching it call the
correct money aging function.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Stephenson <jason@sigio.com>

Open-ILS/src/support-scripts/age_money.srfsh

index 533403c..7aa55ac 100755 (executable)
@@ -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