Bugzilla – Attachment 48016 Details for
Bug 15632
Move the messages related code to Koha::Patron::Messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15632: Koha::Patron::Messages - (follow-up) Remove AddMessage
Bug-15632-KohaPatronMessages---follow-up-Remove-Ad.patch (text/plain), 874 bytes, created by
Kyle M Hall (khall)
on 2016-02-12 19:05:32 UTC
(
hide
)
Description:
Bug 15632: Koha::Patron::Messages - (follow-up) Remove AddMessage
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-02-12 19:05:32 UTC
Size:
874 bytes
patch
obsolete
>From 55b5173ac52279e60340813255ccfbf967d0643a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 1 Feb 2016 17:20:21 +0000 >Subject: [PATCH] Bug 15632: Koha::Patron::Messages - (follow-up) Remove > AddMessage >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > circ/add_message.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/circ/add_message.pl b/circ/add_message.pl >index e0ffc40..317f34b 100755 >--- a/circ/add_message.pl >+++ b/circ/add_message.pl >@@ -49,7 +49,7 @@ Koha::Patron::Message->new( > message_type => $message_type, > message => $borrower_message, > } >-); >+)->store; > > print $input->redirect( > "/cgi-bin/koha/circ/circulation.pl?borrowernumber=$borrowernumber"); >-- >2.1.4
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 15632
:
47091
|
47092
|
47093
|
47094
|
47095
|
47096
|
47097
|
47515
|
47516
|
47525
|
47571
|
47572
|
47573
|
47574
|
47575
|
47580
|
47581
|
47582
|
47583
|
47584
|
47585
|
47586
|
47587
|
48004
|
48009
|
48010
|
48011
|
48012
|
48013
|
48014
|
48015
|
48016
|
48017
|
48018
|
48020
|
48422
|
48423
|
48424
|
48425
|
48426
|
48427
|
48591
|
48592
|
48593