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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to