[open-ils-commits] r11439 - trunk/Open-ILS/xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Dec 6 01:28:45 EST 2008


Author: miker
Date: 2008-12-06 01:28:42 -0500 (Sat, 06 Dec 2008)
New Revision: 11439

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/bill_wizard.js
Log:
set btype when building a new billing

Modified: trunk/Open-ILS/xul/staff_client/server/patron/bill_wizard.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/bill_wizard.js	2008-12-06 06:10:08 UTC (rev 11438)
+++ trunk/Open-ILS/xul/staff_client/server/patron/bill_wizard.js	2008-12-06 06:28:42 UTC (rev 11439)
@@ -159,6 +159,7 @@
                 billing.note( $('bill_note').value );
                 billing.xact( xact_id );
                 billing.amount( util.money.sanitize( $('bill_amount').value ) );
+                billing.btype( $('billing_type').value );
                 billing.billing_type( g.OpenILS.data.hash.cbt[$('billing_type').value].name() );
             var mb_id = g.network.request(
                 api.FM_MB_CREATE.app,



More information about the open-ils-commits mailing list