]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/staff/share/print_templates/t_item_label_cn.tt2
LP#1726568: expose circ lib and owning lib fields to spine/pocket labels
[Evergreen.git] / Open-ILS / src / templates / staff / share / print_templates / t_item_label_cn.tt2
1 <pre>
2 {{
3     [
4          get_cn_and_location_prefix(copy)
5         ,copy['call_number.label']
6         ,get_cn_and_location_suffix(copy)
7     ]
8     | cn_wrap:settings['webstaff.cat.label.call_number_wrap_filter_width']:settings['webstaff.cat.label.call_number_wrap_filter_height']:copy['call_number.label_class']
9 }}
10 </pre>