C4/Breeding.pm
View file
installer/data/mysql/mandatory/sysprefs.sql
View file
17 | ('AdditionalFieldsInZ3950ResultAuthSearch', '', NULL, 'Determines which MARC field/subfields are displayed in -Additional field- column in the result of an authority Z39.50 search', 'Free'), |
18 | ('AdditionalFieldsInZ3950ResultSearch', '', NULL, 'Determines which MARC field/subfields are displayed in -Additional field- column in the result of a search Z3950', 'Free'), |
19 | ('AddressForFailedOverdueNotices', '', NULL, 'Destination email for failed overdue notices. If left empty then it will fallback to the first defined address in the following list: Library ReplyTo, Library Email, ReplytoDefault and KohaAdminEmailAddress', 'free'), |
installer/data/mysql/updatedatabase.pl
View file
16462 | $dbh->do(q| |
16463 | INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('AdditionalFieldsInZ3950ResultSearch', '', 'NULL', 'Determines which MARC field/subfields are displayed in -Additional field- column in the result of a search Z3950', 'Free') |
16464 | |); |
16465 | SetVersion( $DBversion ); |
16466 | print "Upgrade to $DBversion done (Bug 12747 - Add AdditionalFieldsInZ3950ResultSearch system preference)\n"; |
16467 | } |
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt
View file
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
View file
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt
View file
misc/release_notes/release_notes_18_11_00.html
View file
384 | |
385 | <p>This allows to display MARC fields and subfields from the record in an extra column on the Z30.50 result list. The content of the column can be configured via the AdditionalFieldsInZ3950ResultSearch system preference.</p> |
386 | </blockquote> |
1756 | <ul> |
1757 | <li>AdditionalFieldsInZ3950ResultSearch</li> |
1758 | <li>AdlibrisCoversEnabled</li> |
misc/release_notes/release_notes_18_11_00.md
View file
291 |
|
292 | > This allows to display MARC fields and subfields from the record in an extra column on the Z30.50 result list. The content of the column can be configured via the AdditionalFieldsInZ3950ResultSearch system preference. |
293 |
|
1355 |
|
1356 | - AdditionalFieldsInZ3950ResultSearch |
1357 | - AdlibrisCoversEnabled |