From 0b44ca95c15cc889119095bb2b71fc13d7922bec Mon Sep 17 00:00:00 2001 From: Nicole Engard Date: Wed, 26 May 2010 23:54:52 -0400 Subject: [PATCH] bug 4834 split joined preferences Content-Type: text/plain; charset="utf-8" these prefs : FilterBeforeOverdueReport & DisplayClearScreenButton shouldn't be lumped together - they do two very different things and have nothing to do with each other. this patch splits them into two individual preferences. --- .../en/modules/admin/preferences/circulation.pref | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 1f359fa..c69a34d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -60,6 +60,7 @@ Circulation: yes: Require no: "Don't require" - staff to choose which checkouts to show before running the overdues report. + - - pref: DisplayClearScreenButton choices: yes: Show -- 1.5.6.5