Fix file permissions: if it is not a script, it should not be executable.
[koha.git] / installer / data / mysql / ru-RU / authorised_values / authorised_values_[NOT_LOAN].sql
1 DELETE FROM authorised_values WHERE category='NOT_LOAN';
2
3 INSERT INTO authorised_values (category, authorised_value, lib) VALUES 
4 ('NOT_LOAN','0', ' Для займа'),
5 ('NOT_LOAN','-1','Заказано'),
6 ('NOT_LOAN','1', 'Не для займа'),
7 ('NOT_LOAN','2', 'Собрание работника библиотеки'),
8 ('NOT_LOAN','3', 'В переплете с другими'),
9 ('NOT_LOAN','4', 'Недоступно');