Bugzilla – Attachment 76602 Details for
Bug 21019
[17.11] Borrower address not shown on reserve pop-up on returns.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21019: Fix display of patron's address on reserve pop-up on returns.pl
Bug-21019-Fix-display-of-patrons-address-on-reserv.patch (text/plain), 1.40 KB, created by
Katrin Fischer
on 2018-07-01 17:53:42 UTC
(
hide
)
Description:
Bug 21019: Fix display of patron's address on reserve pop-up on returns.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-07-01 17:53:42 UTC
Size:
1.40 KB
patch
obsolete
>From 03317e9ff87bff6bffd0c2d90a72eeba7bb2e9a1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 29 Jun 2018 09:53:27 -0300 >Subject: [PATCH] Bug 21019: Fix display of patron's address on reserve pop-up > on returns.pl > >Caused by > commit 2b90ea2cb0e5e976de7ddef0151ae83d8ac578e6 > Bug 17829: Move GetMember to Koha::Patron > >address variable has been replaced by boraddress (wrong resolution >conflict?) > >It does not affect master (thanks bug 18789) > >Test plan: >Confirm the address of the patron with a hold placed on the item is now >displayed when this item is checked in > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > circ/returns.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index 6173a55023..c8fd468d04 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -462,8 +462,8 @@ if ( $messages->{'ResFound'}) { > bortitle => $patron->title, > borphone => $patron->phone, > boremail => $patron->email, >- boraddress => $patron->address, >- boraddress2 => $patron->address2, >+ address => $patron->address, >+ address2 => $patron->address2, > streetnumber => $patron->streetnumber, > city => $patron->city, > zipcode => $patron->zipcode, >-- >2.17.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 21019
:
76562
|
76602
|
76642