Allow subscriptions at org units without volumes user/dbwells/allow_subs_without_vols
authorDan Wells <dbw2@calvin.edu>
Wed, 25 Apr 2012 19:56:20 +0000 (15:56 -0400)
committerDan Wells <dbw2@calvin.edu>
Thu, 3 May 2012 14:11:01 +0000 (10:11 -0400)
commit8808f222898c64a0fe17997b23a379f7ee72305d
tree6a6d163708e506a6939c9b38ca7c56479486b0ca
parentadc75e0236fb5dc9ad46797c64d49dd49b7d8056
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>
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