From 23db9b1d67ee9bf1927bfd7f11da46886d51999b Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 26 Oct 2018 12:21:13 +0200 Subject: [PATCH] Bug 21336: (follow-up) Fix last line after PatronRemovalDelay in pref file Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens --- .../prog/en/modules/admin/preferences/patrons.pref | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref index b24d5ba..9007da9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -250,4 +250,4 @@ Patrons: - pref: PatronAnonymizeDelay - days and remove anonymized patron accounts after - pref: PatronRemovalDelay - - days.
IMPORTANT: No action is performed when these delays are empty (no text). But a zero value ('0') is interpreted as no delay (do it now)! The actions are performed by the cleanup database cron job. + - "days.
IMPORTANT: No action is performed when these delays are empty (no text). But a zero value ('0') is interpreted as no delay (do it now)! The actions are performed by the cleanup database cron job." -- 1.7.2.5