From 148a379eaa0b849d1cb932031a954b1201ce0073 Mon Sep 17 00:00:00 2001 From: pines Date: Fri, 9 Mar 2007 20:28:59 +0000 Subject: [PATCH] wrong print template for Items Out git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0_3@7048 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/items.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/patron/items.js b/Open-ILS/xul/staff_client/server/patron/items.js index db01d081c4..15783699b6 100644 --- a/Open-ILS/xul/staff_client/server/patron/items.js +++ b/Open-ILS/xul/staff_client/server/patron/items.js @@ -206,10 +206,10 @@ patron.items.prototype = { 'patron' : patron.util.retrieve_au_via_id(ses(),obj.patron_id), 'lib' : obj.data.hash.aou[ obj.data.list.au[0].ws_ou() ], 'staff' : obj.data.list.au[0], - 'header' : obj.data.print_list_templates.checkout.header, - 'line_item' : obj.data.print_list_templates.checkout.line_item, - 'footer' : obj.data.print_list_templates.checkout.footer, - 'type' : obj.data.print_list_templates.checkout.type, + 'header' : obj.data.print_list_templates.items_out.header, + 'line_item' : obj.data.print_list_templates.items_out.line_item, + 'footer' : obj.data.print_list_templates.items_out.footer, + 'type' : obj.data.print_list_templates.items_out.type, 'list' : list.dump_with_keys(), }; JSAN.use('util.print'); var print = new util.print(); -- 2.11.0