Bugzilla – Attachment 125874 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), 983 bytes, created by
Martin Renvoize (ashimema)
on 2021-10-07 12:13:02 UTC
(
hide
)
Description:
Bug 29182: (follow-up) Fix ArticleRequests.t
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-10-07 12:13:02 UTC
Size:
983 bytes
patch
obsolete
>From 1be081fa69f56282e351d0cf573c8617bb08f65b 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 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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