http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=608 Summary: barcode can be null in MARC & cannot in non MARC Product: Koha Version: 2.0.0 Platform: PC Status: NEW Severity: blocker Priority: P2 Component: Database AssignedTo: paul.poulain@free.fr ReportedBy: paul.poulain@free.fr QAContact: koha-bugs@lists.sourceforge.net In MARC, you can set barcode = not null. If you do this, there is an SQL error in non MARC, as items.barcode can't be null. The easiest solution is to change items.barcode and set it NULL allowed ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.