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();