]> git.evergreen-ils.org Git - Evergreen.git/commit
DB and middle layer implementation of floating items -- no UI yet.
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 26 Nov 2009 02:09:09 +0000 (02:09 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 26 Nov 2009 02:09:09 +0000 (02:09 +0000)
commit693542f3bcbe31e7d5aaf8f7abf0d975a6fceb8b
tree3c7cfcfab1f7b8470a2251a4520ff99c2183e162
parent9f2266f01878382abccef4610d6f235a61bd87f0
DB and middle layer implementation of floating items -- no UI yet.

asset.copy gets a new BOOL column, floating, that when set to true causes
the circ_lib for that copy to be set to the check-in location if it would
otherwise be transited elsewhere simply to be reshelved.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15035 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/asset.pm
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/040.schema.asset.sql
Open-ILS/src/sql/Pg/upgrade/0095.schema.asset.copy.floating.sql [new file with mode: 0644]