Fix display warranty fields on page load

This commit is contained in:
John Botella 2020-10-21 14:49:51 +02:00
parent d9074e70e1
commit 70790009a9

View File

@ -3497,7 +3497,7 @@ if ($action == 'create')
} }
}); });
$("[name=\'type\']").trigger("change"); $("[name=\'type\']:checked").trigger("change");
}); });
</script>'; </script>';
} }