From 515a943f444de9eaadd727608ecd3c6df0a6246c Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 20 Dec 2005 22:25:33 +0000 Subject: [PATCH] tweaks and fixes git-svn-id: svn://svn.open-ils.org/ILS/trunk@2478 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../xul/staff_client/server/patron/bill_wizard.xul | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul b/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul index b881463d7d..d43dfbb9aa 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul @@ -18,7 +18,7 @@ @@ -76,7 +76,7 @@ api.fm_mg_create.app, api.fm_mg_create.method, [ g.session, grocery ] - )[0]; + ); if (mg_id) { var billing = new mb(); billing.isnew('1'); @@ -88,7 +88,7 @@ api.fm_mb_create.app, api.fm_mb_create.method, [ g.session, billing ] - )[0]; + ); if (mb_id) { } else { throw('mb_id = ' + mb_id); @@ -156,7 +156,10 @@ -