From: a. bellenir <ab@grpl.org>
Date: Thu, 23 Aug 2018 19:42:28 +0000 (-0400)
Subject: LP#1776003: Show MARC Code in 'Category of Material' in Physical Characteristics... 
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0213f3ab58abdf2afcc502f12a97807c842fafd9;p=evergreen%2Fequinox.git

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>
---

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>