Bug 23428: (bug 23151 follow-up) Fix self registration with a verification email
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Aug 2019 13:40:12 +0000 (08:40 -0500)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 15 Aug 2019 08:17:47 +0000 (09:17 +0100)
commitc5f73575ab07e75b45e5e9495820b602225c75f5
tree63aa324b4de01b81903c1d3534c1f293d7db5caf
parent347dc9589aa75edb1c64c21e5d057373dfd3ed84
Bug 23428: (bug 23151 follow-up) Fix self registration with a verification email

DBIx::Class::Row::store_column(): No such column 'changed_fields' on
Koha::Schema::Result::Borrower at /home/vagrant/kohaclone/Koha/Object.pm
line 75

Test plan:
- Turn PatronSelfRegistrationVerifyByEmail on
- Register a new account
- Click on the link (see the message_queue table)
=> Without this patch you get the error
=> With this patch you will see the login form

Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
opac/opac-registration-verify.pl