minor bug fix; we're testing the value here for whether it's suitable for display...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 27 Jul 2009 19:15:49 +0000 (19:15 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 27 Jul 2009 19:15:49 +0000 (19:15 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13743 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/hold_notices.xul

index e115e93..6f9ac72 100644 (file)
                         );
                     }
                                );
-                               apply(node,'method',g.notifications[i].method ? g.notifications[i].method() : '');
+                               apply(node,'method',g.notifications[i].method() ? g.notifications[i].method() : '');
                                apply(node,'note',g.notifications[i].note() ? g.notifications[i].note() : '');
                                apply(node,'notify_time',g.notifications[i].notify_time() ? g.notifications[i].notify_time().toString().substr(0,10) : '');
                        }