Bugzilla – Attachment 20265 Details for
Bug 9252
Add option to send patron's home branch in AF field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9252 - Add option to send patron's home branch in AF field - QA Followup
Bug-9252---Add-option-to-send-patrons-home-branch-.patch (text/plain), 863 bytes, created by
Chris Cormack
on 2013-08-11 02:18:19 UTC
(
hide
)
Description:
Bug 9252 - Add option to send patron's home branch in AF field - QA Followup
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-08-11 02:18:19 UTC
Size:
863 bytes
patch
obsolete
>From 5a4322fc370faa07303c9ce42b40ebcb40ebce22 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 8 Jul 2013 08:03:11 -0400 >Subject: [PATCH] Bug 9252 - Add option to send patron's home branch in AF > field - QA Followup > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > C4/SIP/Sip/MsgType.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/SIP/Sip/MsgType.pm b/C4/SIP/Sip/MsgType.pm >index b6836a6..f62f82b 100644 >--- a/C4/SIP/Sip/MsgType.pm >+++ b/C4/SIP/Sip/MsgType.pm >@@ -739,7 +739,7 @@ sub handle_block_patron { > $patron->block($card_retained, $blocked_card_msg); > } > >- $resp = build_patron_status($patron, $patron->language, $fields); >+ $resp = build_patron_status( $patron, $patron->language, $fields, $server ); > $self->write_msg($resp); > return(BLOCK_PATRON); > } >-- >1.8.3.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 9252
:
13976
|
13977
|
18210
|
18211
|
18212
|
19083
|
19084
|
19469
|
20264
| 20265