some style for this clickable link in Check In
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 17 Dec 2010 18:21:11 +0000 (18:21 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 17 Dec 2010 18:21:11 +0000 (18:21 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19012 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/checkin.js
Open-ILS/xul/staff_client/server/circ/util.js

index 7986545..a766685 100644 (file)
@@ -420,6 +420,7 @@ circ.checkin.prototype = {
                         );
                         no_change_label.setAttribute('hidden','false');
                         no_change_label.setAttribute('onclick','xulG.new_patron_tab({},{"id" : '+bill.usr()+', "show" : "bills" })');
+                        addCSSClass(no_change_label,'click_link');                        
                     }
                     if (document.getElementById('fine_tally')) {
                         var amount = Number( document.getElementById('fine_tally').getAttribute('amount') ) + Number( bill.balance_owed() );
index 82466ab..0e9b29d 100644 (file)
@@ -2410,6 +2410,7 @@ circ.util.checkin_via_barcode2 = function(session,params,backdate,auto_print,che
             no_change_label.setAttribute('value','');
             no_change_label.setAttribute('hidden','true');
             no_change_label.setAttribute('onclick','');
+            removeCSSClass(no_change_label,'click_link');
         }
 
         var msg = '';