Bugzilla – Attachment 125869 Details for
Bug 29182
ArticleRequest status changing methods calling SUPER::store
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29182: (follow-up) Fix ArticleRequests.t
Bug-29182-follow-up-Fix-ArticleRequestst.patch (text/plain), 958 bytes, created by
Marcel de Rooy
on 2021-10-07 09:57:27 UTC
(
hide
)
Description:
Bug 29182: (follow-up) Fix ArticleRequests.t
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2021-10-07 09:57:27 UTC
Size:
958 bytes
patch
obsolete
>From 53a08b954c4e706a1a8c46a8d040d9cb62bfecbe Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 7 Oct 2021 09:56:22 +0000 >Subject: [PATCH] Bug 29182: (follow-up) Fix ArticleRequests.t >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/ArticleRequests.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/ArticleRequests.t b/t/db_dependent/ArticleRequests.t >index c1e16d9424..f3d5b317c9 100755 >--- a/t/db_dependent/ArticleRequests.t >+++ b/t/db_dependent/ArticleRequests.t >@@ -76,7 +76,7 @@ my $article_request = Koha::ArticleRequest->new( > itemnumber => $item->itemnumber, > title => $article_request_title, > } >-)->store(); >+)->request(); > > my $notify_message = Koha::Notice::Messages->search->next; > is( $notify_message->letter_code, "AR_".Koha::ArticleRequest::Status::Requested); >-- >2.20.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 29182
:
125779
|
125780
|
125783
|
125784
|
125785
|
125786
|
125869
|
125871
|
125872
|
125873
|
125874