]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1464709 Seamless non-standard copy status checkout
authorBill Erickson <berickxx@gmail.com>
Wed, 3 Jun 2015 23:30:40 +0000 (19:30 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 24 Aug 2016 16:15:11 +0000 (12:15 -0400)
commit31480730b2458e8915660f4fb78893418ccdf9cb
tree24506c396f7bfc5a83aced827fe3a5a8414b0fa2
parent51759b283ca19b15a252faa830c2e4b4a3199695
LP#1464709 Seamless non-standard copy status checkout

Add a new boolean configuration option to copy statuses which allow such
copies to be checked out without requiring an alert or override.

New column is config.copy_status.checkout_ok.  Any status with this
boolean enabled will be treated the same as Available, Reshelving, and
Holds Shelf status copies in that the status will be considered
checkout-able.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/100.circ_matrix.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.copy_status_co_allowed.sql [new file with mode: 0644]
Open-ILS/web/conify/global/config/copy_status.html
Open-ILS/web/js/dojo/openils/conify/nls/conify.js