Fix: Hide not required fields
This commit is contained in:
parent
2dfbed8c1e
commit
95de32770b
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user