Bugzilla – Attachment 16396 Details for
Bug 8365
Renewal duration in issuingules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8365: FIX Return issue values instead of item values
Bug-8365-FIX-Return-issue-values-instead-of-item-v.patch (text/plain), 932 bytes, created by
Paul Poulain
on 2013-03-19 14:10:45 UTC
(
hide
)
Description:
Bug 8365: FIX Return issue values instead of item values
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2013-03-19 14:10:45 UTC
Size:
932 bytes
patch
obsolete
>From c26ee6fc4928d55be6389af8c48142de13ca74fb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 19 Mar 2013 14:41:52 +0100 >Subject: [PATCH] Bug 8365: FIX Return issue values instead of item values > >Before this patch, the GetItemIssue routine returns items.renewals >instead of issues.renewals > >Signed-off-by: Broust <jean-manuel.broust@univ-lyon2.fr> >--- > C4/Circulation.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 4a60843..41a2961 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2245,7 +2245,7 @@ sub GetItemIssue { > my ($itemnumber) = @_; > return unless $itemnumber; > my $sth = C4::Context->dbh->prepare( >- "SELECT * >+ "SELECT items.*, issues.* > FROM issues > LEFT JOIN items ON issues.itemnumber=items.itemnumber > WHERE issues.itemnumber=?"); >-- >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 8365
:
12054
|
12374
|
13972
|
14142
|
15300
|
15301
|
15302
|
15303
|
15360
|
15361
|
16120
|
16121
|
16213
|
16214
|
16382
|
16386
|
16396
|
16433
|
16434
|
16435
|
16436