Bugzilla – Attachment 3094 Details for
Bug 3009
Change items.content field so it prints due date by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signoff
patch.txt (text/plain), 1.54 KB, created by
Marcel de Rooy
on 2011-02-08 15:42:14 UTC
(
hide
)
Description:
Signoff
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2011-02-08 15:42:14 UTC
Size:
1.54 KB
patch
obsolete
>From 53739e28af375688bc40949acfed48aa3c51f618 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 11 Dec 2010 21:43:57 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 3009 - Change items.content field so it prints due date by default >Content-Type: text/plain; charset="utf-8" > ><items.content> in overdue notices prints issuedate instead of duedate by default. >This patch changes default to issues.date_due. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > misc/cronjobs/overdue_notices.pl | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl >index 92bc786..671368e 100755 >--- a/misc/cronjobs/overdue_notices.pl >+++ b/misc/cronjobs/overdue_notices.pl >@@ -112,9 +112,9 @@ directory. This can be downloaded or futher processed by library staff. > > 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 issuedate,title,barcode,author >+defaults to due date,title,barcode,author > >-Other possible values come from fields in the biblios, items, and >+Other possible values come from fields in the biblios, items and > issues tables. > > =item B<-borcat> >@@ -255,7 +255,7 @@ my $csvfilename; > my $htmlfilename; > my $triggered = 0; > my $listall = 0; >-my $itemscontent = join( ',', qw( issuedate title barcode author itemnumber ) ); >+my $itemscontent = join( ',', qw( date_due title barcode author itemnumber ) ); > my @myborcat; > my @myborcatout; > >-- >1.6.0.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 3009
:
2834
| 3094