koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1836] New: Adding patrons fails unexpectedly, due to empty input fields
Date: Tue, 12 Feb 2008 20:36:23 -0800 (PST)

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]