Bug 9673 - Track when items are marked as lost or withdrawn
[koha.git] / installer / data / mysql / de-DE / 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',  'Zeige den Barcode in der Exemplarübersicht', 0, 0, 1, 0, 0, 'YES_NO');