Bugzilla – Attachment 12112 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]
Bug 6030 followup : Specify "biblio.title" as a column name to differentiate from borrowers.title
Bug-6030-followup--Specify-bibliotitle-as-a-column.patch (text/plain), 1.14 KB, created by
Sophie MEYNIEUX
on 2012-09-10 16:11:46 UTC
(
hide
)
Description:
Bug 6030 followup : Specify "biblio.title" as a column name to differentiate from borrowers.title
Filename:
MIME Type:
Creator:
Sophie MEYNIEUX
Created:
2012-09-10 16:11:46 UTC
Size:
1.14 KB
patch
obsolete
>From 08f59d180deb8af46fc7df0e9d035595cd5816e9 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] Bug 6030 followup : Specify "biblio.title" as a column name > to differentiate from borrowers.title > >--- > misc/cronjobs/overdue_notices.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl >index 07ccdef..feb2dd7 100755 >--- a/misc/cronjobs/overdue_notices.pl >+++ b/misc/cronjobs/overdue_notices.pl >@@ -392,7 +392,7 @@ 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(NOW())-TO_DAYS(date_due) AS days_overdue >+SELECT biblio.title as "biblio.title", biblio.*, items.*, issues.*, biblioitems.itemtype, TO_DAYS(NOW())-TO_DAYS(date_due) AS days_overdue > FROM issues,items,biblio, biblioitems > WHERE items.itemnumber=issues.itemnumber > AND biblio.biblionumber = items.biblionumber >-- >1.7.5.4
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