]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Added support for using in-database circ checkout and renew policies
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 4 Aug 2008 17:14:09 +0000 (17:14 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 4 Aug 2008 17:14:09 +0000 (17:14 +0000)
commit914967d892cc59152549b629adfef8665e1f01ba
treec8b5676c9837fed5ae475aa9ed8744609cc6b892
parenta5cfdd424f0a06530138407bdac77b8b8bc512c6
Added support for using in-database circ checkout and renew policies

Legacy script support is activated by setting legacy_script_support to true in opensrf.xml
(committing example for that next)

Added open-ils.circ.checkout.inspect, which takes patron and item information and returns
the test retults, including the circ policies that would be applied at checkout.  This
only works on in-db policies

git-svn-id: svn://svn.open-ils.org/ILS/trunk@10248 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm