From ef40c24823fab991f90d13d98df8d8ee7486be5a Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 29 Sep 2009 04:59:02 +0000 Subject: [PATCH] list actions made easy. Standardize the list actions for the bill details interface git-svn-id: svn://svn.open-ils.org/ILS/trunk@14194 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/bill_details.js | 6 ++++++ Open-ILS/xul/staff_client/server/patron/bill_details.xul | 8 ++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/patron/bill_details.js b/Open-ILS/xul/staff_client/server/patron/bill_details.js index edffe1effc..c126ef30dc 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_details.js +++ b/Open-ILS/xul/staff_client/server/patron/bill_details.js @@ -132,6 +132,9 @@ function init_lists() { }, } ); + $('bill_list_actions').appendChild( g.bill_list.render_list_actions() ); + g.bill_list.set_list_actions(); + g.payment_list.init( { 'columns' : patron.util.mp_columns({}), 'map_row_to_columns' : patron.util.std_map_row_to_columns(), @@ -143,6 +146,9 @@ function init_lists() { ); }, } ); + + $('payment_list_actions').appendChild( g.payment_list.render_list_actions() ); + g.payment_list.set_list_actions(); } function retrieve_mb() { 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 cc3d99f550..8b57f1d7ba 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_details.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill_details.xul @@ -49,9 +49,7 @@ -