From: pines Date: Mon, 25 Sep 2006 19:25:22 +0000 (+0000) Subject: fix for needless Inactive card alerts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0930e086da5fac2bbc0d95883c4c84bb7c3180c7;p=evergreen%2Fpines.git fix for needless Inactive card alerts git-svn-id: svn://svn.open-ils.org/ILS/trunk@6215 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index fb4d593520..58924ee961 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -205,6 +205,7 @@ patron.display.prototype = { 'passthru_content_params' : { 'on_save' : function(p) { try { + if (obj.barcode) obj.barcode = p.card().barcode(); netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); obj.summary_window.g.summary.retrieve(); } catch(E) {