From 7018b4ee7106dd7ebd375deaa0cada1722c8cbba Mon Sep 17 00:00:00 2001 From: pines Date: Mon, 9 Apr 2007 18:01:17 +0000 Subject: [PATCH] send a fleshed patron object to the items_out template so %PATRON_BARCODE% will work git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@7131 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/items.js b/Open-ILS/xul/staff_client/server/patron/items.js index 15783699b6..2bd2cb524f 100644 --- a/Open-ILS/xul/staff_client/server/patron/items.js +++ b/Open-ILS/xul/staff_client/server/patron/items.js @@ -203,7 +203,7 @@ patron.items.prototype = { try { JSAN.use('patron.util'); var params = { - 'patron' : patron.util.retrieve_au_via_id(ses(),obj.patron_id), + 'patron' : patron.util.retrieve_fleshed_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.items_out.header, -- 2.11.0