Bug 12589

Summary: Manage label batch view should show item type description instead of code
Product: Koha Reporter: Owen Leonard <oleonard>
Component: Label/patron card printingAssignee: 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&amp;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
When viewing an existing batch of items in the label creator tool the item type code for each item is shown. It should show the description instead.
Comment 1 Owen Leonard 2014-07-16 20:12:00 UTC Comment hidden (obsolete)
Comment 2 Robert Higgins 2014-07-25 02:40:19 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2014-07-25 10:59:24 UTC
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>
Comment 4 Katrin Fischer 2014-07-30 05:40:41 UTC
Hi Owen, could you provide a follow-up, making the report name on the reports start page match the table heading and the navigation?
Comment 5 Katrin Fischer 2014-07-30 05:41:30 UTC
I am so bad with numbers... ignore the last comment.
Comment 6 Tomás Cohen Arazi (tcohen) 2014-08-19 15:54:51 UTC
Patch pushed to master.

Thanks Owen!