From b3586e5dc7b5c6646c403ee144b33853c21b77cb Mon Sep 17 00:00:00 2001 From: Natasha Date: Tue, 19 Jan 2016 02:51:49 +0000 Subject: [PATCH] Bug 14624 - <> for advance_notices.pl wrongly documented To Test Check perldoc for misc/cronjobs/advance_noitces.pl and see that the documentation matches. Ran: $ perldoc misc/cronjobs/advance_noitces.pl Saw expected changes. Koha QA test tools pass too. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Switched due date for the name of the database column date_due as the parameter expects a list of database column names. (cherry picked from commit 4120e48b0ffe974636f8b070ea3c3f3956948409) Signed-off-by: Julian Maurice --- misc/cronjobs/advance_notices.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/cronjobs/advance_notices.pl b/misc/cronjobs/advance_notices.pl index 16800f073d..e438d4c286 100755 --- a/misc/cronjobs/advance_notices.pl +++ b/misc/cronjobs/advance_notices.pl @@ -101,7 +101,7 @@ statement otherwise. comma separated list of fields that get substituted into templates in places of the EEitems.contentEE placeholder. This -defaults to due date,title,author,barcode +defaults to date_due,title,author,barcode Other possible values come from fields in the biblios, items and issues tables. @@ -144,7 +144,7 @@ are: =item EEitems.contentEE one line for each item, each line containing a tab separated list of -title, author, barcode, issuedate +date due, title, author, barcode =item EEborrowers.*EE -- 2.20.1