From 468ee91f6717315494a19ceecab2f6cc39ece31d Mon Sep 17 00:00:00 2001 From: Martin Renvoize 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