From 6c11685d276e23ee49d38649c223eab50a928515 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 5 Feb 2021 11:16:17 +0100 Subject: [PATCH] Bug 27634: Force include of dateexpiry Otherwise we see a "Date expiry" entry in the form. Signed-off-by: David Nind --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 630bd3cd2b..0b8b39e793 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -792,7 +792,7 @@ OPAC: type: modalselect source: borrowers exclusions: branchcode|sort1|sort2|gonenoaddress|lost|flags - inclusions: categorycode + inclusions: categorycode|dateexpiry - - "The following database columns will not appear on the patron self-modification screen:" - pref: PatronSelfModificationBorrowerUnwantedField -- 2.30.2