https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32773
--- Comment #36 from Brendan Lawlor <[email protected]> --- Thanks Andrew! The atomic update sets is_fast_add = 1 where frameworkcode = 'FA', but I wasn't sure if/how to set a default value for that in kohastructure.sql. It's my first time updating the database so I'm not 100% sure about that part. It can be handy setting it manually using ktd --dbshell UPDATE biblio_framework SET is_fast_add = 1 where frameworkcode = 'FA'; In ktd --shell if you run updatedatabase I think it sets it correctly. I agree that the standard FA framework deserves a little badge and should display under change Fast Add frameworks menu too. This is how it works when the data is correctly is_fast_add = 1 for 'FA' -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
