Bugzilla – Attachment 150021 Details for
Bug 32894
Objects cache methods' result without invalidation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32894: (QA follow-up) Fix typo
Bug-32894-QA-follow-up-Fix-typo.patch (text/plain), 807 bytes, created by
Martin Renvoize (ashimema)
on 2023-04-21 10:28:52 UTC
(
hide
)
Description:
Bug 32894: (QA follow-up) Fix typo
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-04-21 10:28:52 UTC
Size:
807 bytes
patch
obsolete
>From cceb6330991710129c2dc7d012c55baad7b90026 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 21 Apr 2023 11:24:04 +0100 >Subject: [PATCH] Bug 32894: (QA follow-up) Fix typo > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/ArticleRequest.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/ArticleRequest.pm b/Koha/ArticleRequest.pm >index 29a2471d51..42d2d011f1 100644 >--- a/Koha/ArticleRequest.pm >+++ b/Koha/ArticleRequest.pm >@@ -178,7 +178,7 @@ Returns the Koha::Biblio object for this article request > sub biblio { > my ($self) = @_; > >- my $rs = $self->result->biblionumber; >+ my $rs = $self->_result->biblionumber; > return unless $rs; > return Koha::Biblio->_new_from_dbic($rs); > } >-- >2.40.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 32894
:
147499
|
147500
|
147502
|
147503
|
150016
|
150017
|
150018
|
150019
|
150020
|
150021
|
150827
|
150828
|
150847
|
150848
|
150849
|
150850
|
150851
|
150852
|
150853
|
150854
|
150855
|
152086
|
152087
|
152088
|
152089
|
152090
|
152091
|
152092
|
152093
|
152094