Bugzilla – Attachment 3629 Details for
Bug 6046
Managed by list in suggestions was not created correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed off patch
0001-SIGNED-OFF-Bug-6046-suggestedby-list-on-she-filter-w.patch (text/plain), 1.31 KB, created by
Katrin Fischer
on 2011-04-04 13:53:47 UTC
(
hide
)
Description:
Signed off patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-04 13:53:47 UTC
Size:
1.31 KB
patch
obsolete
>From 8bafb54893a6de556d808c8077b9c805ff949a4d Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Mon, 4 Apr 2011 15:45:40 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 6046: suggestedby list on she filter was not created properly >Content-Type: text/plain; charset="utf-8" > >The suggestedby patron list contained empty lines. This was because retrieving patron name was not correct > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > suggestion/suggestion.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl >index 44d65ed..9b1fa91 100755 >--- a/suggestion/suggestion.pl >+++ b/suggestion/suggestion.pl >@@ -56,7 +56,7 @@ sub GetCriteriumDesc{ > return ($criteriumvalue eq 'ASKED'?"Pending":ucfirst(lc( $criteriumvalue))) if ($displayby =~/status/i); > return (GetBranchName($criteriumvalue)) if ($displayby =~/branchcode/); > return (GetSupportName($criteriumvalue)) if ($displayby =~/itemtype/); >- if ($displayby =~/managedby/||$displayby =~/acceptedby/){ >+ if ($displayby =~/suggestedby/||$displayby =~/managedby/||$displayby =~/acceptedby/){ > my $borr=C4::Members::GetMember(borrowernumber=>$criteriumvalue); > return "" unless $borr; > return $$borr{firstname} . ", " . $$borr{surname}; >-- >1.7.1 >
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 6046
:
3628
| 3629