From: edoceo Date: Thu, 13 Dec 2012 05:08:51 +0000 (-0800) Subject: This add the Parent/Guardian (ident2) below the library card on standard and horiz... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fba79fa4ab98cbc766ec13dda94c153bd5df5d17;p=working%2FEvergreen.git This add the Parent/Guardian (ident2) below the library card on standard and horiz view Signed-off-by: edoceo --- diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 70063d8ae5..256d58d096 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1505,6 +1505,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/patron/summary.js b/Open-ILS/xul/staff_client/server/patron/summary.js index 0b65cc4cfc..f9dbd1b32f 100644 --- a/Open-ILS/xul/staff_client/server/patron/summary.js +++ b/Open-ILS/xul/staff_client/server/patron/summary.js @@ -592,6 +592,14 @@ patron.summary.prototype = { }; } ], + 'patron_parent_guardian' : [ + ['render'], + function(e) { + return function() { + util.widgets.set_text(e, obj.patron.ident_value2() ); + } + } + ], 'patron_hold_alias' : [ ['render'], function(e) { diff --git a/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul b/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul index 4a39089aa3..4707c0b2d6 100644 --- a/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul +++ b/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul @@ -142,6 +142,10 @@ value="&staff.patron_display.library_card.label;"/> + + + +