From: pines Date: Mon, 9 Apr 2007 18:01:17 +0000 (+0000) Subject: send a fleshed patron object to the items_out template so %PATRON_BARCODE% will work X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=df2f9dd75bcc620e03a58f2b6d3d65dcca3741b8;p=Evergreen.git 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_4@7131 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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,