[Koha-bugs] [Bug 11214] Allow create routing list in serial collection page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 19 23:05:34 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11214

Liz Rea <liz at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22763|0                           |1
        is obsolete|                            |

--- Comment #2 from Liz Rea <liz at catalyst.net.nz> ---
Created attachment 23043
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23043&action=edit
Bug 11214 - Allow create routing list in serial collection page

When a subscription has no routing list yet, the page
serials/subscription-detail.pl shows in left menu : "Create routing list".
In serials/serials-collection.pl page, the link in table is always "Edit
routing list", even when there is no routing list.

This patch adds a conditionnal link "Edit routing list"/"Create routing list"
into serials/serials-collection.pl page.

Test plan :
- Create a subscription n°1 without routing list and a subscription n°2 with a
routing list
- Go to serials/serials-collection.pl of subscription n°1
=> You see "Create routing list" link
- Click on link
=> You see "Create routing list for"
- Go to serials/serials-collection.pl of subscription n°2
=> You see "Edit routing list" link
- Click on link
=> You see "Edit routing list for ..."

Signed-off-by: Liz Rea <liz at catalyst.net.nz>
Functional and automated tests pass. Passes koha-qa.pl.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list