https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42631 Bug ID: 42631 Summary: Empty value in authorised_values_category from auth_val_cat.sql Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs@lists.koha-community.org Reporter: baptiste.wojtkowski@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: tomascohen@gmail.com in installer/data/mysql/mandatory/auth_val_cat.sql, there is : 1 INSERT IGNORE INTO authorised_value_categories( category_name, is_system ) 2 VALUES 3 ('', 1), This leads to the existance of an empty value in concerned dropdown that does not appear to have any role in Koha. Does anyone knows what is its purpose ? Note: I'm not quite sure about the category, feel free to change -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.