https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 --- Comment #109 from Brendan Lawlor <blawlor@clamsnet.org> --- (In reply to Thibaud Guillot from comment #108)
4) Apply this patch and run updatedatabase.pl and also rebuild your schema by updating dbix class files
I tried testing this patch but had trouble with this part. Testing in ktd, I applied the patch and ran these commands updatedatabase DEV atomic update /kohadevbox/koha/installer/data/mysql/atomicupdate/Bug_8137-add-column-has_priority.pl [13:35:41]: Bug 8137 - Add column has_priority Added column 'has_priority dbic ... lots of output... Dumping manual schema for Koha::Schema to directory ./ ... Schema dump completed Then restart_all But when I tried to check the has priority box and save I got this error: DBIx::Class::Row::store_column(): No such column 'has_priority' on Koha::Schema::Result::CirculationRule at /kohadevbox/koha/Koha/Object.pm line 81 at /usr/share/perl5/DBIx/Class/Exception.pm line 77 I tried clearing my browser cache but got the same error. Am I missing a step? I'd be happy to test this again because it's an important bug fix for our libraries. -- You are receiving this mail because: You are watching all bug changes.