Bug 22280: (RM follow-up) Correction to POD
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Sep 2019 15:49:35 +0000 (16:49 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 1 Oct 2019 13:44:44 +0000 (14:44 +0100)
Minor correction to mislabled POD section for private method.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Illrequest.pm

index 73e590a..4f9623a 100644 (file)
@@ -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.