From: phasefx Date: Sat, 26 Sep 2009 04:57:40 +0000 (+0000) Subject: Accidentally commited a debugging tool X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c6993e0b6ee38f88f839e67f6263f74428ca80f8;p=contrib%2FConifer.git Accidentally commited a debugging tool git-svn-id: svn://svn.open-ils.org/ILS/trunk@14172 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/bills.js b/Open-ILS/xul/staff_client/server/patron/bills.js index f08b84e041..bfae49bc19 100644 --- a/Open-ILS/xul/staff_client/server/patron/bills.js +++ b/Open-ILS/xul/staff_client/server/patron/bills.js @@ -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') );