Summary: | Show basketgroup information for each basket in basket list | ||
---|---|---|---|
Product: | Koha | Reporter: | Mathieu Saby <mathsabypro> |
Component: | Acquisitions | Assignee: | 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
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 Patch applied cleanly, go forth and signoff An other bug added the wanted behavior. M. Saby |