Bug 12098: (follow-up) put can_show_subscription() into use
authorGalen Charlton <gmc@esilibrary.com>
Fri, 18 Apr 2014 20:47:48 +0000 (20:47 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 18 Apr 2014 20:47:48 +0000 (20:47 +0000)
commitdc6d8a2199f79e36839a2769994883e04b61cb67
tree93b7eae4a15a504ea6bcaa9efdfaa5a5290e4821
parentbe3ce1e7a2477b02d4c071543405898c21380926
Bug 12098: (follow-up) put can_show_subscription() into use

This patch puts C4::Serials::can_show_subscription() into use.

Note that there is user-visible change: if a subscription has a
blank library, all users with serials permissions will be able
to view and/or edit it.  It remains to be determined whether
we *want* such subscriptions to exist, or if they should only
be tied to specific libraries.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Serials.pm