since objects are copied by reference, we effectively have one patron object for...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 11 Jul 2005 16:34:13 +0000 (16:34 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 11 Jul 2005 16:34:13 +0000 (16:34 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1128 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/patron/patron_display.js

index 44f52f6..7eeb44d 100755 (executable)
@@ -10,9 +10,9 @@ function patron_display_init(p) {
        p.w.display_patron = function (au) {
                if (au) p.w.set_patron(au);
                if (p.w.status_w)
-                       p.w.status_w.display_patron(au);
+                       p.w.status_w.display_patron();
                if (p.w.contact_w)
-                       p.w.contact_w.display_patron(au);
+                       p.w.contact_w.display_patron();
                return render_fm(p.w.document, { 'au' : p.w._patron });
        };
        p.w.retrieve_patron_via_barcode = function (barcode) {