Bug 7977: Quote-of-the-day (QOTD) Feature for OPAC
[koha.git] / installer / data / mysql / es-ES / optional / patron_atributes.sql
1 INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `password_allowed`, `staff_searchable`, `authorised_value_category`)
2 VALUES ('SHOW_BCODE',  'Show barcode on the summary screen items listings', 0, 0, 1, 0, 0, 'YES_NO');