Bugzilla – Attachment 12397 Details for
Bug 6030
Allow for html in letters in overdue notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
SIGNED-OFF-Bug-6030-followup-Specify-biblio.title-as.patch
0001-SIGNED-OFF-Bug-6030-followup-Specify-biblio.title-as.patch (text/plain), 1.25 KB, created by
wajasu
on 2012-09-20 15:08:43 UTC
(
hide
)
Description:
SIGNED-OFF-Bug-6030-followup-Specify-biblio.title-as.patch
Filename:
MIME Type:
Creator:
wajasu
Created:
2012-09-20 15:08:43 UTC
Size:
1.25 KB
patch
obsolete
>From ca12695df715a5f2568f3ef69bf5a6156f4d51a3 Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <sophie.meynieux@biblibre.com> >Date: Mon, 10 Sep 2012 17:45:34 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 6030 followup : Specify "biblio.title" as a > column name to differentiate from borrowers.title > > >Signed-off-by: wajasu <matted-34813@mypacks.net> >--- > misc/cronjobs/overdue_notices.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl >index e83bd39..7652dc9 100755 >--- a/misc/cronjobs/overdue_notices.pl >+++ b/misc/cronjobs/overdue_notices.pl >@@ -388,8 +388,8 @@ foreach my $branchcode (@branches) { > > $verbose and warn sprintf "branchcode : '%s' using %s\n", $branchcode, $admin_email_address; > >- my $sth2 = $dbh->prepare( <<"END_SQL" ); >-SELECT biblio.*, items.*, issues.*, biblioitems.itemtype, TO_DAYS($date)-TO_DAYS(date_due) AS days_overdue >+ my $sth2 = $dbh->prepare( <<'END_SQL' ); >+SELECT biblio.title as "biblio.title", biblio.*, items.*, issues.*, biblioitems.itemtype, TO_DAYS($date)-TO_DAYS(date_due) AS days_overdue > FROM issues,items,biblio, biblioitems > WHERE items.itemnumber=issues.itemnumber > AND biblio.biblionumber = items.biblionumber >-- >1.7.12 >
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 6030
:
3596
|
5240
|
5241
|
6251
|
6252
|
12110
|
12111
|
12112
|
12113
|
12231
|
12232
|
12234
|
12235
|
12397
|
12698
|
12699
|
12700
|
12701
|
12772
|
13017
|
13018
|
14128
|
14129