]> git.koha-community.org Git - koha.git/commit
Bug 10773 - Add item-level descriptions for Label Printing
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 21 Aug 2013 05:18:31 +0000 (15:18 +1000)
committerChris Cormack <chris@bigballofwax.co.nz>
Tue, 31 Mar 2015 05:21:20 +0000 (18:21 +1300)
commite135cba5a56d9dbadd5a609aa8858d87fe03395b
tree88520ae5136e8677f2ea07a7293b7c0ab4a10a76
parentf15f1336e70170db63a10204e5868724e47398f4
Bug 10773 - Add item-level descriptions for Label Printing

This patch adds new fields ccode_description, homebranch_description,
holdingbranch_description, location_description and
permanent_location_description which can be used in the Label Creator
to display names/descriptions instead of codes

Test Plan:

1) Edit a layout in the Label Creator so that it includes any of these
fields. I suggest including "homebranch_description" and perhaps
"ccode_description" if you have them in your item data.
2) Add items to a batch in the Label Creator.
3) Export the batch using the layout, and view as PDF
4) Verify that you see descriptions for fields which you added

Signed-off-by: Nick <Nick@quechelibrary.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 5c4854a2119d9aba52d87a7ec66f306ebf0ea881)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Labels/Label.pm