Bugzilla – Attachment 8694 Details for
Bug 7848
Issues data missing from circulation notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7848 - Issues data missing from circulation notices
Bug-7848---Issues-data-missing-from-circulation-no.patch (text/plain), 1.07 KB, created by
Kyle M Hall
on 2012-03-29 15:37:19 UTC
(
hide
)
Description:
Bug 7848 - Issues data missing from circulation notices
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-03-29 15:37:19 UTC
Size:
1.07 KB
patch
obsolete
>From 6fbb1e09ce153151811e90365a7e5101feb14b68 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 29 Mar 2012 11:35:33 -0400 >Subject: [PATCH] Bug 7848 - Issues data missing from circulation notices > >For the CHECKIN and CHECKOUT notices, any data that is issue specific >does not show. For example, date due. > >This is caused not passing in the issues table as part of the >'table' hash used by C4::Letters::GetPreparedLetter. > >Simple fix, add the issues table to the 'tables' hash passed >in to GetPreparedLetter. >--- > C4/Circulation.pm | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 9c43f36..b6a81a5 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2718,6 +2718,7 @@ sub SendCirculationAlert { > letter_code => $type, > branchcode => $branch, > tables => { >+ 'issues' => $item->{itemnumber}, > 'biblio' => $item->{biblionumber}, > 'biblioitems' => $item->{biblionumber}, > 'borrowers' => $borrower, >-- >1.7.2.5
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 7848
:
8694
|
8778
|
9704
|
9863
|
10599