From 7ba737d4d8937d1b3da2f08b0bc73e12130e3bba Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Fri, 17 Nov 2017 12:11:12 -0500 Subject: [PATCH] LP#1708487: Update helper text in print template Update the helper text for title and barcode for bills printer templates to include xact. Signed-off-by: Kathy Lussier --- .../staff/share/print_templates/t_bills_current.tt2 | 6 +++--- .../staff/share/print_templates/t_bills_historical.tt2 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 index a229d80ba9..c2dcd257dc 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 @@ -5,9 +5,9 @@ to this template includes: * transasctions - a list of transactions, each of which contains: - summary - information about the transaction - title - Copy title - copy_barcode - Copy barcode + xact.summary - information about the transaction + xact.title - Copy title + xact.copy_barcode - Copy barcode --> Welcome to {{current_location.name}}!
You have the following bills: diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 index 5a75e3b3e8..6b0279dc25 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 @@ -5,9 +5,9 @@ to this template includes: * transasctions - a list of transactions, each of which contains: - summary - information about the transaction - title - Copy title - copy_barcode - Copy barcode + xact.summary - information about the transaction + xact.title - Copy title + xact.copy_barcode - Copy barcode --> Welcome to {{current_location.name}}!
-- 2.43.2