Bug 12556: Add missig POD for ->set_processing
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 14 Oct 2020 12:32:48 +0000 (14:32 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 14 Oct 2020 12:50:07 +0000 (14:50 +0200)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Hold.pm

index 7375a8f..921906a 100644 (file)
@@ -222,6 +222,10 @@ sub set_waiting {
 
 =head3 set_processing
 
+$hold->set_processing;
+
+Mark the hold as in processing.
+
 =cut
 
 sub set_processing {