From 95de32770b7e72fe31d916d4ad7154095d00b4e8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Feb 2011 10:21:15 +0000 Subject: [PATCH] Fix: Hide not required fields --- htdocs/adherents/card_subscriptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/card_subscriptions.php b/htdocs/adherents/card_subscriptions.php index b79f6d3a434..8cf0b2fbcc4 100644 --- a/htdocs/adherents/card_subscriptions.php +++ b/htdocs/adherents/card_subscriptions.php @@ -713,7 +713,7 @@ if ($rowid) }); jQuery("#invoiceonly").click(function() { jQuery(".bankswitchclass").hide(); - jQuery(".bankswitchclass2").show(); + jQuery(".bankswitchclass2").hide(); }); jQuery("#selectoperation").change(function() { code=jQuery("#selectoperation option:selected").val();