From: phasefx Date: Thu, 17 Aug 2006 16:46:09 +0000 (+0000) Subject: debugging X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c7ad6a4ab797f7d2568aa52916f108bda82ec227;p=evergreen%2Fpines.git debugging git-svn-id: svn://svn.open-ils.org/ILS/trunk@5562 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/bill_details.xul b/Open-ILS/xul/staff_client/server/patron/bill_details.xul index a6837f07a7..56a00a9fc3 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_details.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill_details.xul @@ -167,7 +167,7 @@ function retrieve_mp() { var mp_list = g.network.simple_request( 'FM_MP_RETRIEVE_VIA_MBTS_ID', [ ses(), g.mbts_id ]); - //g.error.sdump('D_DEBUG',g.error.pretty_print( js2JSON(mp_list) )); + g.error.sdump('D_DEBUG',g.error.pretty_print( js2JSON(mp_list) )); var mp_funcs = []; diff --git a/Open-ILS/xul/staff_client/server/patron/util.js b/Open-ILS/xul/staff_client/server/patron/util.js index 9efdc71859..d267d36b87 100644 --- a/Open-ILS/xul/staff_client/server/patron/util.js +++ b/Open-ILS/xul/staff_client/server/patron/util.js @@ -183,7 +183,7 @@ patron.util.mp_columns = function(modify,params) { }, { 'persist' : 'hidden width ordinal', 'id' : 'payment_type', 'label' : 'Type', 'flex' : 1, - 'primary' : false, 'hidden' : false, 'render' : 'my.mp.payment_type()' + 'primary' : false, 'hidden' : false, 'render' : 'try { my.mp.payment_type(); } catch(E) { alert(E + "\n" + js2JSON(my.mp)); }' }, { 'persist' : 'hidden width ordinal', 'id' : 'payment_ts', 'label' : 'When', 'flex' : 1,