]> git.evergreen-ils.org Git - Evergreen.git/commit
Allow subscriptions at org units without volumes
authorDan Wells <dbw2@calvin.edu>
Wed, 25 Apr 2012 19:56:20 +0000 (15:56 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 4 May 2012 01:42:46 +0000 (21:42 -0400)
commit3c54cf5d5431ef5d2eefaf045d679944a689fbea
tree16e383d635852c7116efcbee829430c5d131058b
parent3719f7026a46a9a831d9c621eb37fad89fe8e4f8
Allow subscriptions at org units without volumes

Subscriptions are sometimes owned at the consortium or system
level, so forcing can_have_vols() to be true was incorrect.

This commit removes those checks.  In addition, we also remove
some dead code and make the subscription org unit selector
consistent with the distribution org unit selector.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/xul/staff_client/server/serial/manage_dists.js
Open-ILS/xul/staff_client/server/serial/manage_items.js
Open-ILS/xul/staff_client/server/serial/manage_subs.js
Open-ILS/xul/staff_client/server/serial/ssub_editor.js