]> git.evergreen-ils.org Git - working/Evergreen.git/commit
This is the basic circulation scaffolding for the circulation methods
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 6 Jan 2006 17:16:45 +0000 (17:16 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 6 Jan 2006 17:16:45 +0000 (17:16 +0000)
commit42d3c5afb6187a1f1d460ab82f7837a0394cfa5c
treed7ad4c95707a1785978318457508b7738a901f83
parent9ff6ece9e3d664297023956351606865022e5334
This is the basic circulation scaffolding for the circulation methods
this code currently:
1. Loads the circ script names from the config
2. Presents the basic circ API... with no actual logic present yet
permit / checkout / checkin / renew

there is a first draft of a method to load the necessary circulation objects
and shove them into the script environment.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@2637 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm [new file with mode: 0644]