Default to "record external" credit card payment
authorJeff Godin <jgodin@tadl.org>
Thu, 26 Jul 2012 06:56:45 +0000 (02:56 -0400)
committerJeff Godin <jgodin@tadl.org>
Thu, 26 Jul 2012 06:56:45 +0000 (02:56 -0400)
In the staff client, default to the "record externally processed
payment" for Credit Card payment type.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/xul/staff_client/server/patron/bill_cc_info.xul

index ec8aa4a..ab18dbd 100644 (file)
                     <menulist id="where_process" oncommand="refresh_fields();">
                         <menupopup>
                             <menuitem label="&staff.patron.bill_cc_info.process_int.label;" value="1"/>
-                            <menuitem label="&staff.patron.bill_cc_info.process_ext.label;" value="2"/>
+                            <menuitem label="&staff.patron.bill_cc_info.process_ext.label;" value="2" selected="true"/>
                         </menupopup>
                     </menulist>
                 </row>