asterisk next to the Items Out count (under the nav button) only if there are overdue...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Sep 2009 18:25:39 +0000 (18:25 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Sep 2009 18:25:39 +0000 (18:25 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14131 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/summary.js

index 7f84681..16eaa00 100644 (file)
@@ -261,7 +261,7 @@ patron.summary.prototype = {
                                                                                        if (e5) e5.setAttribute('value', robj.lost      );
                                             if (under_btn) under_btn.setAttribute('value', 
                                                 String( robj.out + robj.overdue + robj.claims_returned + robj.long_overdue) + 
-                                                ( robj.overdue > 0 || robj.claims_returned > 0 || robj.long_overdue > 0 ? '*' : '' )
+                                                ( robj.overdue > 0 ? '*' : '' )
                                             );
                                                                                } catch(E) {
                                                                                        alert(E);