From e6ef7fc1ca5ea4b6820f314196f1b6507c28f7ba Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 7 Aug 2012 16:08:46 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 8590 - checked out from missing on patron detail Adding back the line in the script which pulls the name of the branch where the item was checked out. Signed-off-by: Nicole C. Engard --- members/moremember.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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.2.3