]> git.koha-community.org Git - koha.git/commit
Bug 14867: userid not generated when defined in BorrowerUnwantedField
authorFridolin Somers <fridolin.somers@biblibre.com>
Tue, 22 Sep 2015 07:49:39 +0000 (09:49 +0200)
committerLiz Rea <wizzyrea@gmail.com>
Thu, 10 Dec 2015 02:31:27 +0000 (15:31 +1300)
commit37ca7f59fc7ab863cffff15b06d4b0d29844245a
tree5e84e6e697d3beb865f5af97c5071cd7c56ffabe
parent839f8312a27d904b4295cb801b3480298a9a897c
Bug 14867: userid not generated when defined in BorrowerUnwantedField

When userid is not provided when creating a new patron, it is generated
using surname and firstname.  The bug is when userid is defined in
syspref BorrowerUnwantedField, the input text is missing in patron
creation form. When saving you always get an alert message :
"Username/password already exists". No patron can be created.

This patch corrects by adding this case to userid generation conditions.

Test plan :
- add 'userid' in syspref BorrowerUnwantedField
- try to create a new patron : /cgi-bin/koha/members/memberentry.pl
- there is not input text for userid
- choose non-existing surname and firstname
- click on save
  => Without patch : patron is not created, you see the alert message
     "Username/password already exists"
  => With patch : patron is created, userid is generated with surname
     and firstname
- remove 'userid' in syspref BorrowerUnwantedField and check it can be
  defined in patron creation form

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
  The issue is there, and this patch fixes it.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 0cbc65111c735e699d94d50ad09c17fb7b7b8913)
(cherry picked from commit ee185cfd1afed08d20f226ef8a2c62df2c96b6e8)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
members/memberentry.pl