Disable the ability for staff to accept Credit Card payments by disabling the option user/stompro/disable_staff_client_credit_card_acceptance
authorJosh Stompro <stomproj@larl.org>
Thu, 18 May 2017 16:20:54 +0000 (11:20 -0500)
committerJosh Stompro <stomproj@larl.org>
Thu, 18 May 2017 16:20:54 +0000 (11:20 -0500)
to access the credit card input form.  Still possible to register an external CC payment.

Signed-off-by: Josh Stompro <stomproj@larl.org>
Open-ILS/xul/staff_client/server/patron/bill_cc_info.xul

index 8cb4804..5412413 100644 (file)
                     <label value="&staff.patron.bill_cc_info.where_process.label;"/>
                     <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_int.label;" value="1"/> -->
                             <menuitem label="&staff.patron.bill_cc_info.process_ext.label;" value="2"/>
                         </menupopup>
                     </menulist>