Bug 12589 - Manage label batch view should show item type description instead of code
Summary: Manage label batch view should show item type description instead of code
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Label/patron card printing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Robert Higgins
QA Contact: Testopia
URL: /cgi-bin/koha/labels/label-edit-batch...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-16 20:06 UTC by Owen Leonard
Modified: 2015-06-04 23:33 UTC (History)
2 users (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
Bug 12589 - Manage label batch view should show item type description instead of code (2.58 KB, patch)
2014-07-16 20:12 UTC, Owen Leonard
Details | Diff | Splinter Review
Signed off patch (2.60 KB, patch)
2014-07-25 02:40 UTC, Robert Higgins
Details | Diff | Splinter Review
Bug 12589 - Manage label batch view should show item type description instead of code (2.67 KB, patch)
2014-07-25 10:59 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 2014-08-19 15:54:51 UTC
Patch pushed to master.

Thanks Owen!