Bugzilla – Attachment 70228 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: Use ->store to update the timestamp
Bug-18477-Use--store-to-update-the-timestamp.patch (text/plain), 690 bytes, created by
Jonathan Druart
on 2018-01-02 16:08:16 UTC
(
hide
)
Description:
Bug 18477: Use ->store to update the timestamp
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-01-02 16:08:16 UTC
Size:
690 bytes
patch
obsolete
>From 73c76e58269e95d5bc5e4e77fd6e5c1221500348 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 2 Jan 2018 13:08:00 -0300 >Subject: [PATCH] Bug 18477: Use ->store to update the timestamp > >--- > Koha/ArticleRequest.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/ArticleRequest.pm b/Koha/ArticleRequest.pm >index f540b802da..33485a677e 100644 >--- a/Koha/ArticleRequest.pm >+++ b/Koha/ArticleRequest.pm >@@ -49,7 +49,7 @@ sub open { > my ($self) = @_; > > $self->status(Koha::ArticleRequest::Status::Pending); >- $self->SUPER::store(); >+ $self->store(); > $self->notify(); > return $self; > } >-- >2.11.0
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