warning
Good catch. I told myself I would take care of it later and then forgot ; ) I don't know if it is configurable (in the jquery plugin) but now it's not
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7067 --- Comment #33 from Jonathan Druart <jonathan.druart@biblibre.com> --- Thanks for your work ! Some remarks again : 1/ I still have the sql error on submitting form. It seems caused by the action_log constraint: DBD::mysql::st execute failed: Column 'user' cannot be null at /home/koha/C4/Log.pm line 79., referer: http://opac.koha.localhost/cgi-bin/koha/opac-memberentry.pl 2/ > > - There is no verification on the date of birth entry and could be caused a possible to select a year < 2002 with just one click :-/ 3/ on opac-user.pl: "If you don't have a library card, stop by your local library to sign up or register here.. " There is 2 dots on the end of the line. 4/ Strange behaviour: modify your personnal details to replace a value with an other. Resubmit a change but replacing a value with an empty string. At intranet, you see an empty table (just with headers) in the 'changes' column.
These are not valid. I use 'use Modern::Perl' which enables both warnings and strictures. The rest of the errors you saw should be fixed. Your first patch did not have any module use ;)
This patch does not allow a librarian to validate or reject a self registration isn't it ? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.