http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12375 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |julian.maurice@biblibre.com --- Comment #16 from Julian Maurice <julian.maurice@biblibre.com> --- If a numbering pattern uses {X}, {X}{Y} or {X}{Y}{Z}, in this order, then the updatedatabase works. But if I have a numbering pattern that uses only {Z} for example, then the Z part will be stored in serialseq_x (and future serials will have the Z part in serialseq_z column) If my numbering pattern uses only {X} and {Z}, the Z part will be in serialseq_y. I think this have to be fixed, so failing QA here. Also the original serialseq column is not removed. Is it intended ? I think we should not keep values in database that can be easily generated on the fly. -- You are receiving this mail because: You are watching all bug changes.