http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6218 Bug #: 6218 Summary: patron login gets an initial dot added when no first name Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Patrons AssignedTo: kyle.m.hall@gmail.com ReportedBy: conan@lugmen.org.ar QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com If you create a patron with an empty opac login and an empty first name, save and then edit him/her, script will add a dot before login on OPAC Login box, for example if your surname is 'mongo' box gets pre-filled with '.mongo'. This is because script joins 'first name'.'surname' and with an empty first name, hence the initial dot. It would be desirable to have 'surname' as login (without dot) when there's no first name entered. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.