Bugzilla – Attachment #190021: Bug 34671: Ignore hidden dateofbirth field for
bug #34671
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 34671
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/js/members.js (-2 / +1 lines)
Lines 345-351 $(document).ready(function () {
Link Here
345
);
345
);
346
346
347
$("#entryform").validate({
347
$("#entryform").validate({
348
ignore: "",
348
ignore: "#dateofbirth",
349
rules: {
349
rules: {
350
email: {
350
email: {
351
email: true,
351
email: true,
352
-
Return to
bug 34671