From 15d09432cbeeb326adb3082bc08a370e6485962f Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Mon, 23 Sep 2013 12:14:18 -0400 Subject: [PATCH] Serials: Support reader address information in routing slip template Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- .../lib/OpenILS/Application/Serial.pm | 2 +- .../serial/print_routing_list_users.tt2 | 24 ++++++++++++++-- .../serial/print_routing_list_users.js | 28 +++++++++++++++++++ 3 files changed, 51 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Serial.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Serial.pm index c619d37370..7d1ad2e0f6 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Serial.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Serial.pm @@ -3269,7 +3269,7 @@ sub get_routing_list_users { "flesh" => 2, "flesh_fields" => { "srlu" => [qw/reader stream/], - "au" => [qw/card home_ou/], + "au" => [qw/card home_ou mailing_address billing_address/], "sstr" => ["distribution"] } } diff --git a/Open-ILS/src/templates/serial/print_routing_list_users.tt2 b/Open-ILS/src/templates/serial/print_routing_list_users.tt2 index 9f2936b106..d37dfc1a96 100644 --- a/Open-ILS/src/templates/serial/print_routing_list_users.tt2 +++ b/Open-ILS/src/templates/serial/print_routing_list_users.tt2 @@ -14,11 +14,31 @@
  1. -