https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26211 --- Comment #8 from Amit Gupta <amitddng135@gmail.com> --- (In reply to Owen Leonard from comment #7)
I'm getting some errors from this. If I have the patron category field exposed in the patron self-registration form I get this error when submitting the form with an invalid date of birth:
Can't call method "param" on an undefined value at /kohadevbox/koha/opac/opac-memberentry.pl line 485
If I hide the patron category field and submit the form with a valid or invalid date of birth I get this error:
Can't call method "dateofbirthrequired" on an undefined value at /kohadevbox/koha/opac/opac-memberentry.pl line 482
Thank Owen for giving the feedback. I am able to reproduce the second issue. But with first one I am able to save the form and not find any issue. In case if I am giving the invalid date of birth (In reply to Owen Leonard from comment #7)
I'm getting some errors from this. If I have the patron category field exposed in the patron self-registration form I get this error when submitting the form with an invalid date of birth:
Can't call method "param" on an undefined value at /kohadevbox/koha/opac/opac-memberentry.pl line 485
If I hide the patron category field and submit the form with a valid or invalid date of birth I get this error:
Can't call method "dateofbirthrequired" on an undefined value at /kohadevbox/koha/opac/opac-memberentry.pl line 482
Thank Owen for giving the feedback. I am able to reproduce the second issue. But with first one I am able to save the form and not find any issue. In case if I am giving the invalid date of birth -- You are receiving this mail because: You are watching all bug changes.