From: Terran McCanna Date: Thu, 22 Oct 2020 22:05:37 +0000 (-0400) Subject: LP1901028 Print Template for Checkout Missing Fields X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=84f19795d02e549bf1b9521dfc51b03fcf04bc36;p=evergreen%2Fpines.git 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 --- 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 -->