LP#1776003: Show MARC Code in 'Category of Material' in Physical Characteristics...
authora. bellenir <ab@grpl.org>
Thu, 23 Aug 2018 19:42:28 +0000 (15:42 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Mon, 29 Jul 2019 20:23:14 +0000 (13:23 -0700)
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

index 1f2e06e..b94374c 100644 (file)
@@ -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>