Bugzilla – Attachment 9501 Details for
Bug 4246
Koha support for Itiva Talking Tech phone notification service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Talking Tech Support - Phase I - Followup 2 - Bugfix
Talking-Tech-Support---Phase-I---Followup-2---Bugf.patch (text/plain), 1.11 KB, created by
Kyle M Hall
on 2012-05-10 16:01:45 UTC
(
hide
)
Description:
Talking Tech Support - Phase I - Followup 2 - Bugfix
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-05-10 16:01:45 UTC
Size:
1.11 KB
patch
obsolete
>From 79f596e20e855a168c6410d061d13cb7c1648efe Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 10 May 2012 12:01:11 -0400 >Subject: [PATCH] Talking Tech Support - Phase I - Followup 2 - Bugfix > >http://bugs.koha-community.org/show_bug.cgi?id=4246 >--- > opac/opac-userupdate.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/opac/opac-userupdate.pl b/opac/opac-userupdate.pl >index b37d88c..529a2a6 100755 >--- a/opac/opac-userupdate.pl >+++ b/opac/opac-userupdate.pl >@@ -156,14 +156,14 @@ my $checkin_prefs = C4::Members::Messaging::GetMessagingPreferences({ > borrowernumber => $borrowernumber, > message_name => 'Item Checkout' > }); >-for (@{ $checkin_prefs->{transports} }) { >+for ( keys %{ $checkin_prefs->{transports} }) { > $borr->{"items_returned_$_"} = 1; > } > my $checkout_prefs = C4::Members::Messaging::GetMessagingPreferences({ > borrowernumber => $borrowernumber, > message_name => 'Item Check-in' > }); >-for (@{ $checkout_prefs->{transports} }) { >+for ( keys %{ $checkout_prefs->{transports} }) { > $borr->{"items_borrowed_$_"} = 1; > } > >-- >1.7.2.5
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 4246
:
7964
|
7965
|
8012
|
8014
|
8636
|
8637
|
8638
|
8639
|
9487
|
9488
| 9501 |
10062