Bugzilla – Attachment 93128 Details for
Bug 22280
The ILL module assumes every status needs a next/previous status
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22280: (RM follow-up) Correction to POD
Bug-22280-RM-follow-up-Correction-to-POD.patch (text/plain), 937 bytes, created by
Martin Renvoize (ashimema)
on 2019-09-23 15:51:11 UTC
(
hide
)
Description:
Bug 22280: (RM follow-up) Correction to POD
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-09-23 15:51:11 UTC
Size:
937 bytes
patch
obsolete
>From 468ee91f6717315494a19ceecab2f6cc39ece31d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 23 Sep 2019 16:49:35 +0100 >Subject: [PATCH] Bug 22280: (RM follow-up) Correction to POD > >Minor correction to mislabled POD section for private method. >--- > Koha/Illrequest.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Illrequest.pm b/Koha/Illrequest.pm >index 73e590acc1..4f9623a9f5 100644 >--- a/Koha/Illrequest.pm >+++ b/Koha/Illrequest.pm >@@ -486,9 +486,9 @@ sub _core_status_graph { > }; > } > >-=head3 _core_status_graph >+=head3 _status_graph_union > >- my $status_graph = $illrequest->_core_status_graph($origin, $new_graph); >+ my $status_graph = $illrequest->_status_graph_union($origin, $new_graph); > > Return a new status_graph, the result of merging $origin & new_graph. This is > operation is a union over the sets defied by the two graphs. >-- >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 22280
:
91232
|
93125
|
93127
| 93128 |
93354