From 0213f3ab58abdf2afcc502f12a97807c842fafd9 Mon Sep 17 00:00:00 2001 From: "a. bellenir" <ab@grpl.org> Date: Thu, 23 Aug 2018 15:42:28 -0400 Subject: [PATCH] LP#1776003: Show MARC Code in 'Category of Material' in Physical Characteristics Wizard display the ptype_key from the marc21_physical_characteristic_type_map (cmpctm) alongside the label in the physical characteristics wizard Signed-off-by: a. bellenir <ab@grpl.org> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu> --- Open-ILS/src/templates/staff/cat/share/t_physchar_wizard.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/cat/share/t_physchar_wizard.tt2 b/Open-ILS/src/templates/staff/cat/share/t_physchar_wizard.tt2 index 1f2e06ea8b..b94374cb5a 100644 --- a/Open-ILS/src/templates/staff/cat/share/t_physchar_wizard.tt2 +++ b/Open-ILS/src/templates/staff/cat/share/t_physchar_wizard.tt2 @@ -17,7 +17,7 @@ <ul uib-dropdown-menu> <li ng-repeat="option in values_for_step"> <a href ng-click="change_ptype(option)"> - {{option.label()}} + {{option.ptype_key()}}: {{option.label()}} </a> </li> </ul> -- 2.11.0