Koha/docs/opac/OpacHiddenItems.txt
Kyle M Hall dbaefb626c Bug 10550: Fix database typo wthdrawn
This patch updates the wthdrawn field in items and deleteditems to be
withdrawn instead. No functional changes are made.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Comment: Save for translation files (that will be fixed on next release),
only occurrence of wthdrawn is on updatedatabase.pl
No koha-qa errors.

This touch many files, and I did not test everything,
but all seems normal. I think that any problem could
be fixed later.

Perhaps both entries in updatedatabase.pl could be joined
into one, but thats for QA.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-09-08 01:58:41 +00:00

12 lines
308 B
Text

The OpacHiddenItems syspref allow the user to define custom rules
for hiding specific items at opac.
YAML syntax is used for defining such rules.
Items can be hidden according to values from the items table:
field: [value1, value2, ...]
Example :
withdrawn: [0, 1]
homebranch: [homebranch1, homebranch2]