Bug 24584: Rewrite optional/marc21_relatorterms to YAML
[koha.git] / installer / data / mysql / en / optional / patron_atributes.sql
blobba929bc4d66545a1bfe8960ddeae7a2d992d32a9
1 INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `staff_searchable`, `authorised_value_category`)
2 VALUES ('SHOW_BCODE',  'Show barcode on the summary screen items listings', 0, 0, 1, 0, 'YES_NO');