]> git.evergreen-ils.org Git - Evergreen.git/commit
Add label_prefix and label_suffix columns to asset.copy_location
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 27 Aug 2010 21:11:05 +0000 (21:11 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 27 Aug 2010 21:11:05 +0000 (21:11 +0000)
commitc9bc6b538697cb642f05e75052113e3b4f881b62
tree4b805c7fdd86e85c7a1ba30e7785ee29a4a69e79
parent8f90a72f283d3716094a411b9cb607f2027f0cf2
Add label_prefix and label_suffix columns to asset.copy_location

These columns will be used to (optionally) set label prefixes and suffixes
when printing spine labels for copies at a given copy location.

The copy location editor has been taught to be aware of these new columns,
but right now a NULL prefix or suffix will be turned into an empty string
once the copy location has been edited. That might not be a big deal, but
I'm a foolish hobgoblin and like consistency.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17363 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/040.schema.asset.sql
Open-ILS/xul/staff_client/server/admin/copy_locations.js
Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml