[Koha-patches] [PATCH] Bug 5047 html option not in -help output

Colin Campbell colin.campbell at ptfs-europe.com
Wed Jul 21 10:27:34 CEST 2010


Add -html option to list in pod so that it shows up
in output of help
---
 misc/cronjobs/overdue_notices.pl |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl
index 4de6cdd..a1f6e9b 100755
--- a/misc/cronjobs/overdue_notices.pl
+++ b/misc/cronjobs/overdue_notices.pl
@@ -103,6 +103,12 @@ Produces CSV data. if -n (no mail) flag is set, then this CSV data is
 sent to standard out or to a filename if provided. Otherwise, only
 overdues that could not be emailed are sent in CSV format to the admin.
 
+=item B<-html>
+
+Produces html data. if patron does not have a mail address or
+-n (no mail) flag is set, an html file is generated in the specified
+directory. This can be downloaded or futher processed by library staff.
+
 =item B<-itemscontent>
 
 comma separated list of fields that get substituted into templates in
-- 
1.7.1.1



More information about the Koha-patches mailing list