@@ -, +, @@ --------- > delete from auth_vals; > source {appropriate file}; -- Confirm Non-fiction --- installer/data/mysql/it-IT/necessari/auth_val.sql | 2 +- installer/data/mysql/pl-PL/optional/auth_val.sql | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) --- a/installer/data/mysql/it-IT/necessari/auth_val.sql +++ a/installer/data/mysql/it-IT/necessari/auth_val.sql @@ -36,7 +36,7 @@ INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('LOC','P -- collection codes for an item INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('CCODE','FIC','Fiction'); INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('CCODE','REF','Strumenti di reference'); -INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('CCODE','NFIC','Non Fiction'); +INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('CCODE','NFIC','Non-fiction'); -- withdrawn status of an item, linked to items.withdrawn INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('WITHDRAWN','0','Non ritirata'); --- a/installer/data/mysql/pl-PL/optional/auth_val.sql +++ a/installer/data/mysql/pl-PL/optional/auth_val.sql @@ -28,7 +28,7 @@ INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('LOC', -- collection codes for an item INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('CCODE','FIC','Fiction'); INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('CCODE','REF','Reference'); -INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('CCODE','NFIC','Non Fiction'); +INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('CCODE','NFIC','Non-fiction'); -- withdrawn status of an item, linked to items.withdrawn INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('WITHDRAWN','1','Wycofany'); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt @@ -32,7 +32,7 @@

There are three indexes that comprise Content: 'fic' is derived from 003/33; 'bio' is derived from the 008/34 and 'mus' is derived from LEADER/06. Common values for each of these are:

@@ -80,4 +80,4 @@

See the full documentation for Searching in the manual (online).

-[% INCLUDE 'help-bottom.inc' %] +[% INCLUDE 'help-bottom.inc' %] --