Summary: | Manage label batch view should show item type description instead of code | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Label/patron card printing | Assignee: | Robert Higgins <robert.higgins> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/labels/label-edit-batch.pl?op=edit&element_id=X | ||
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: |
Bug 12589 - Manage label batch view should show item type description instead of code
Signed off patch Bug 12589 - Manage label batch view should show item type description instead of code |
Description
Owen Leonard
2014-07-16 20:06:43 UTC
Created attachment 29772 [details] [review] Bug 12589 - Manage label batch view should show item type description instead of code When viewing the list of items in an existing label batch the item type code is shown. This patch modifies the template to show the item type description instead. To test, go to Tools -> Labels -> Manage batches. If necessary, create a batch with multiple items of different item types. Edit the batch and confirm that the table of items shows item type description instead of code. Created attachment 30063 [details] [review] Signed off patch Created attachment 30081 [details] [review] Bug 12589 - Manage label batch view should show item type description instead of code When viewing the list of items in an existing label batch the item type code is shown. This patch modifies the template to show the item type description instead. To test, go to Tools -> Labels -> Manage batches. If necessary, create a batch with multiple items of different item types. Edit the batch and confirm that the table of items shows item type description instead of code. Signed-off-by: Robert Higgins <robert.higgins@catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Hi Owen, could you provide a follow-up, making the report name on the reports start page match the table heading and the navigation? I am so bad with numbers... ignore the last comment. Patch pushed to master. Thanks Owen! |