Fix: Hide not required fields

This commit is contained in:
Laurent Destailleur 2011-02-26 10:21:15 +00:00
parent 2dfbed8c1e
commit 95de32770b

View File

@ -713,7 +713,7 @@ if ($rowid)
}); });
jQuery("#invoiceonly").click(function() { jQuery("#invoiceonly").click(function() {
jQuery(".bankswitchclass").hide(); jQuery(".bankswitchclass").hide();
jQuery(".bankswitchclass2").show(); jQuery(".bankswitchclass2").hide();
}); });
jQuery("#selectoperation").change(function() { jQuery("#selectoperation").change(function() {
code=jQuery("#selectoperation option:selected").val(); code=jQuery("#selectoperation option:selected").val();