http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13215 Bug ID: 13215 Summary: letter.code is considered as a primary key Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: jonathan.druart@biblibre.com QA Contact: testopia@bugs.koha-community.org The patches submitted on bug 11742 tried to fix an issue based on a (very) assertion: letter.code should be considered as a primary key and should be uniq. This is completely wrong, we can have a code for the default letter (branchcode=='') and the same code for a specific library. The interface should not block the creation of new letter with the same letter code. -- You are receiving this mail because: You are watching all bug changes.