[Koha-bugs] [Bug 1836] New: Adding patrons fails unexpectedly, due to empty input fields

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed Feb 13 05:36:23 CET 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1836

           Summary: Adding patrons fails unexpectedly, due to empty input
                    fields
           Product: Koha
           Version: rel_3_0
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Patrons
        AssignedTo: oleonard at myacpl.org
        ReportedBy: mason.james at liblime.com
         QAContact: koha-bugs at nongnu.org


looks like a few columns in 'borrowers' are set to not allow null values 

 Field               | Type         | Null | Key | Default | Extra          |
+---------------------+--------------+------+-----+---------+----------------+
| borrowernumber      | int(11)      | NO   | PRI | NULL    | auto_increment |
| surname             | mediumtext   | NO   |     |         |                |
| address             | mediumtext   | NO   |     |         |                |
| city                | mediumtext   | NO   |     |         |                |
| branchcode          | varchar(10)  | NO   | MUL |         |                |
| categorycode        | varchar(10)  | NO   | MUL |         |                |

the templates need to be updated to reflect this
and the input-validation code too

specifically for, city ,  branchcode , categorycode  cols    

Owen, wanna have a go at the templates?




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list