On Fri, Mar 27, 2009 at 11:30 AM, Nicole Engard <nicole.engard@liblime.com> wrote:
This is from the manual (https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of- Contents/administration/Global-Preferences/Global-Preferences-- Cataloging) - there is more info here - I hope it helps:
ive grepped thru the latest stable repo , and cant see it refered to anywhere other that the sql structures
stable$ grep -ril 'OpacSuppression' ./* ./admin/systempreferences.pl ./installer/data/mysql/updatedatabase.pl ./installer/data/mysql/uk-UA/mandatory/ system_preferences_optimal.sql ./installer/data/mysql/ru-RU/mandatory/ system_preferences_optimal.sql ./installer/data/mysql/fr-FR/1-Obligatoire/ unimarc_standard_systemprefs.sql ./installer/data/mysql/en/mandatory/sysprefs.sql
my little point here is that the feature doesnt appear to exist in 3.x ( or 2.2.x or dev_week according to grep) so we have a syspref and a manual entry - but no commited feature. do we remove the dead syspref, or add the feature to 3.x please?