]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 7 Aug 2014 08:27:11 +0000 (10:27 +0200)
commit20c1fac16bdc51e9653ad9a79d7bcdddcbc0fd60
tree22a6bc86df58399721eef69f2a848d005dd38fd6
parent15716da33e995a176822d9d218a599a544644af1
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>
(cherry picked from commit dc6d8a2199f79e36839a2769994883e04b61cb67)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Serials.pm