there are some broken accounts right now (ie. with no addresses)
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 11 Jul 2005 19:56:23 +0000 (19:56 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 11 Jul 2005 19:56:23 +0000 (19:56 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1133 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/patron/patron_display_overlay.xul

index 36a889e..8cc2090 100755 (executable)
@@ -10,7 +10,7 @@
        <command id="cmd_broken" oncommand="
                alert('Not Yet Implemented'); "/>
 
-       <command id="cmd_patron_refresh" oncommand="try { refresh(); } catch(E) { alert(E); };" />
+       <command id="cmd_patron_refresh" oncommand="try { refresh(); } catch(E) { mw.sdump('D_ERROR',E); };" />
        <command id="cmd_patron_checkout" />
        <command id="cmd_patron_items" />
        <command id="cmd_patron_holds" />