Default to "record external" credit card payment tadl/rel_2_10_3
authorJeff Godin <jgodin@tadl.org>
Thu, 26 Jul 2012 06:56:45 +0000 (02:56 -0400)
committerJeff Godin <jgodin@tadl.org>
Mon, 23 May 2016 13:12:09 +0000 (09:12 -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 8cb4804..8bc2c87 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>