Bugzilla – Attachment 4348 Details for
Bug 6450
No check in/check out messages in message_queue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6450 - No check in/check out messages in message_queue
Bug-6450---No-check-incheck-out-messages-in-messag.patch (text/plain), 1.05 KB, created by
Chris Cormack
on 2011-06-03 01:05:21 UTC
(
hide
)
Description:
Bug 6450 - No check in/check out messages in message_queue
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-06-03 01:05:21 UTC
Size:
1.05 KB
patch
obsolete
>From ba8e359f5aad731e6ad5aaccd12628e049d8219a Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@enger.priv.no> >Date: Thu, 2 Jun 2011 21:36:14 +0200 >Subject: [PATCH] Bug 6450 - No check in/check out messages in message_queue > >Huge thanks to Katrin Fischer for spotting what was the trouble here! > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > C4/Circulation.pm | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 9a2db4c..6cca9e9 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2613,8 +2613,8 @@ sub SendCirculationAlert { > my ($type, $item, $borrower, $branch) = > ($opts->{type}, $opts->{item}, $opts->{borrower}, $opts->{branch}); > my %message_name = ( >- CHECKIN => 'Item Check-in', >- CHECKOUT => 'Item Checkout', >+ CHECKIN => 'Item_Check_in', >+ CHECKOUT => 'Item_Checkout', > ); > my $borrower_preferences = C4::Members::Messaging::GetMessagingPreferences({ > borrowernumber => $borrower->{borrowernumber}, >-- >1.7.4.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 6450
:
4347
| 4348