From 304322171de91ba75cd13e217adfcfc8b95f1f03 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 22 Oct 2020 18:05:37 -0400 Subject: [PATCH] LP1901028 Print Template for Checkout Missing Fields The fields are actually available, but the hints in the template were incorrect. This fixes the hints for call number, owning library name, owning library short name, and circulation modifier. Signed-off-by: Terran McCanna Signed-off-by: Jason Boyer Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 index c0fffbb019..5b85c56d33 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 @@ -30,10 +30,10 @@ Template for printing checkout receipts; fields available include: * checkout.circ.due_date * checkout.circ.renewal_remaining * checkout.copy.barcode - * checkout.copy.circ_modifier - * checkout.copy.call_number.label - * checkout.copy.call_number.owning_lib.name - * checkout.copy.call_number.owning_lib.shortname + * checkout.copy.circ_modifier.name + * checkout.call_number.label + * checkout.call_number.owning_lib.name + * checkout.call_number.owning_lib.shortname -->
-- 2.11.0