http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13523 Stephen Warren <swarren@wwwdotorg.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swarren@wwwdotorg.org --- Comment #20 from Stephen Warren <swarren@wwwdotorg.org> --- I have 3.18.05.1 installed from your dpkg repo, so I think I have this fix:
# dpkg -l koha-common ii koha-common 3.18.05.1 all integrated (physical) library management system
I'm still seeing this error when editing items (as reported by my user; I can get more details exactly which edit page she's using if needed). I checked my database and as far as I can tell, the DB schema patch has been applied:
mysql> show columns from biblioitems; | Field | Type | Null | Key | Default | Extra | ... | marcxml | longtext | YES | | NULL | |
Was the "edit" use-case not covered by the patch, or is there something else I should look at to track down the issue? -- You are receiving this mail because: You are watching all bug changes.