http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2725 Jane Wagner <jwagner@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwagner@ptfs.com --- Comment #2 from Jane Wagner <jwagner@ptfs.com> 2009-10-01 18:27:57 --- I had a report of a similar problem (uppercasesurnames syspref not working), and did some testing. As of today's Koha code (I just updated my test system), the syspref will work for creating a new patron with a staff category, but doesn't work if you create another category (like resident or whatever). As you're creating the patron record, the display shows uppercase when you type the last name. When you save the record and display it, the name is in lowercase. Looking at the borrowers table shows the name stored in lowercase there. If you create a record with another category, where the name was stored as lowercase, then edit that record to be a library staff category, the name is forced into uppercase in the table and displays that way. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.