]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/support-scripts/age_money.srfsh
LP1858448 Money aging srfsh script function repair
[Evergreen.git] / Open-ILS / src / support-scripts / age_money.srfsh
1 #!BINDIR/srfsh
2 open open-ils.cstore
3 request open-ils.cstore open-ils.cstore.transaction.begin
4 request open-ils.cstore open-ils.cstore.json_query {"from":["money.age_billings_and_payments"]}
5 request open-ils.cstore open-ils.cstore.transaction.commit
6 close open-ils.cstore
7