[Bug 1836] New: Adding patrons fails unexpectedly, due to empty input fields
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@myacpl.org ReportedBy: mason.james@liblime.com QAContact: koha-bugs@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.
participants (1)
-
bugzilla-daemon@pippin.metavore.com