From f357eb36c86ea91701c743ebf35927382689bc74 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. --- 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 81c3cae..6eda48c 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 -- 1.9.1