Bugzilla – Attachment 70634 Details for
Bug 18477
AR_PENDING notice does not populate values from article_requests table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18477 - AR_PENDING notice does not populate values from article_requests table
Bug-18477---ARPENDING-notice-does-not-populate-val.patch (text/plain), 1.37 KB, created by
Mark Tompsett
on 2018-01-17 18:17:09 UTC
(
hide
)
Description:
Bug 18477 - AR_PENDING notice does not populate values from article_requests table
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2018-01-17 18:17:09 UTC
Size:
1.37 KB
patch
obsolete
>From 41bf093ca0c0833e28b099e98f2b504dc7e134a4 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 8 May 2017 16:47:06 +0000 >Subject: [PATCH] Bug 18477 - AR_PENDING notice does not populate values from > article_requests table > >The default AR_PENDING letter does not print populate <<article_requests.*>> fields. > >Test Plan: >1) Enable article requests ( syspref: ArticleRequests => Enable, Circ and fine rules ALL/ALL (or a given category/itemtype): Article requests => Yes ) >2) Search for a title, click in to catalog detail, click 'Request Article' button. >3) Select Patron >4) Fill out request information >5) Click 'Place request' >6) Go to notices in patron record, inspect 'Article Request Received' notice. You should see the request information from step 4, but it doesn't display. >7) Apply this patch >8) Repeat steps 2-6, not the fields now display! > >Signed-off-by: Eric Phetteplace <phette23@gmail.com> > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > Koha/ArticleRequest.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/ArticleRequest.pm b/Koha/ArticleRequest.pm >index f114eed..f540b80 100644 >--- a/Koha/ArticleRequest.pm >+++ b/Koha/ArticleRequest.pm >@@ -49,6 +49,7 @@ sub open { > my ($self) = @_; > > $self->status(Koha::ArticleRequest::Status::Pending); >+ $self->SUPER::store(); > $self->notify(); > return $self; > } >-- >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 18477
:
63251
|
63261
|
70228
|
70231
|
70633
| 70634