Bug 9808

Summary: Show basketgroup information for each basket in basket list
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: AcquisitionsAssignee: Mathieu Saby <mathsabypro>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P5 - low CC: gitbot
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: [PATCH] Bug 9808: Show basketgroup information in baskets list on bookseller page

Description Mathieu Saby 2013-03-13 13:11:06 UTC
In the list of all baskets for a vendor, we don't have information about basketgroups.
For libraries using basketgroups it could be useful to know easily if a basket is or is not in a basketgroup.
Comment 1 Mathieu Saby 2013-10-10 19:23:41 UTC
Created attachment 21953 [details] [review]
[PATCH] Bug 9808: Show basketgroup information in baskets list on bookseller page


This patch adds a column for basketgroup information in the list of basket displayed for each bookseller.

To test :
1. display the list of baskets of a bookseller, with some baskets included in basketgroups, and some other not
2. check a new column "Basket group" appears
3. If the basket belongs to a basket group, the following information must be displayed in new column : "Basketgroupname (basketgroupnumber)"
4. If the basket does not belong to a basket group, the new column must be void
Comment 2 I'm just a bot 2013-10-30 07:08:08 UTC
Patch applied cleanly, go forth and signoff
Comment 3 Mathieu Saby 2013-12-23 23:26:42 UTC
An other bug added the wanted behavior.

M. Saby