Bugzilla – Attachment 11428 Details for
Bug 8590
checked out from missing on patron detail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8590 - checked out from missing on patron detail
Bug-8590---checked-out-from-missing-on-patron-deta.patch (text/plain), 1017 bytes, created by
Owen Leonard
on 2012-08-07 20:11:30 UTC
(
hide
)
Description:
Bug 8590 - checked out from missing on patron detail
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-08-07 20:11:30 UTC
Size:
1017 bytes
patch
obsolete
>From 195086fcfac67836d9b83eae4102813d12feb0ed Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 7 Aug 2012 16:08:46 -0400 >Subject: [PATCH] Bug 8590 - checked out from missing on patron detail >Content-Type: text/plain; charset="utf-8" > >Adding back the line in the script which pulls the name >of the branch where the item was checked out. >--- > members/moremember.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/members/moremember.pl b/members/moremember.pl >index 25ae7e9..0524ecb 100755 >--- a/members/moremember.pl >+++ b/members/moremember.pl >@@ -457,6 +457,7 @@ sub build_issue_data { > $issue->{date_due} = output_pref( $issue->{date_due} ); > $issue->{issuedate} = output_pref( $issue->{issuedate} ) if defined $issue->{issuedate}; > my $biblionumber = $issue->{biblionumber}; >+ $issue->{issuingbranchname} = GetBranchName($issue->{branchcode}); > my %row = %{$issue}; > $totalprice += $issue->{replacementprice}; > >-- >1.7.9.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 8590
:
11428
|
11429