]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/support-scripts/clear_expired_circ_history.srfsh
Add OILS_SIP_MSG_BILL_ERR for when an error occurs getting bills.
[working/Evergreen.git] / Open-ILS / src / support-scripts / clear_expired_circ_history.srfsh
1 #!/openils/bin/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":["container.clear_all_expired_circ_history_items"]}
5 request open-ils.cstore open-ils.cstore.transaction.commit
6 close open-ils.cstore
7