Accidentally commited a debugging tool
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 26 Sep 2009 04:57:40 +0000 (04:57 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 26 Sep 2009 04:57:40 +0000 (04:57 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14172 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index f08b84e..bfae49b 100644 (file)
@@ -866,7 +866,6 @@ patron.bills.prototype = {
                                                        xact_type.appendChild( xt_value );
 
                                        try {
-                    alert('my.mobts.xact_type() == ' + my.mobts.xact_type());
                                        switch(my.mobts.xact_type()) {
                                                case 'circulation':
                                                        xt_label.setAttribute( 'value', $("patronStrings").getString('staff.patron.bills.info_box.label_value.title') );