Browse Source

Bug 14624 - <<items.content>> 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 <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Switched due date for the name of the database column
date_due as the parameter expects a list of database
column names.
new_12478_elasticsearch
Natasha 8 years ago
committed by Brendan A Gallagher
parent
commit
4120e48b0f
  1. 4
      misc/cronjobs/advance_notices.pl

4
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 E<lt>E<lt>items.contentE<gt>E<gt> 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 E<lt>E<lt>items.contentE<gt>E<gt>
one line for each item, each line containing a tab separated list of
title, author, barcode, issuedate
date due, title, author, barcode
=item E<lt>E<lt>borrowers.*E<gt>E<gt>

Loading…
Cancel
Save