Bug 9808 - Show basketgroup information for each basket in basket list
Summary: Show basketgroup information for each basket in basket list
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Mathieu Saby
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 13:11 UTC by Mathieu Saby
Modified: 2014-12-07 20:02 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
[PATCH] Bug 9808: Show basketgroup information in baskets list on bookseller page (3.44 KB, patch)
2013-10-10 19:23 UTC, Mathieu Saby
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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