From e7d7d8126734831f4338b1763e522fa2f7a6e401 Mon Sep 17 00:00:00 2001 From: Tim Means Date: Mon, 5 Aug 2019 20:31:12 -0400 Subject: [PATCH] LP#1838326 Changed default for call number display in the web client transit list Prior to this modification, the web staff client transit list displayed call number of the item in transit using two columns of data: the "Call Number Prefix" and the "Call Number Suffix," while disabling the simple one-column display of the whole call number "Call Number Label". The web staff client transit list will now enable the "Call Number Label" column by default, with the name for this column displayed as simply "Call Number". Call number affix columns are now disabled by default. Signed-off-by: Tim Means --- Open-ILS/src/templates/staff/circ/transits/t_list.tt2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 b/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 index 425cd2f833..3f2565e342 100644 --- a/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 @@ -52,9 +52,9 @@ - - - + + + {{item['target_copy.call_number.record.simple_record.title']}} -- 2.11.0