[Koha-bugs] [Bug 19532] Recalls for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 20 13:31:07 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532

--- Comment #775 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Having (serious) doubts if we should add these methods to the plural object:

+    my ( $recall, $due_interval, $due_date ) = Koha::Recalls->add_recall({
+        patron => $patron_object,
+        biblio => $biblio_object,
+        branchcode => $branchcode,
+        item => $item_object,
+        expirationdate => $expirationdate,
+        interface => 'OPAC',
+    });

+=head3 move_recall
+
+    my $message = Koha::Recalls->move_recall({
+        recall_id = $recall_id,
+        action => $action,
+        itemnumber => $itemnumber,
+        borrowernumber => $borrowernumber,
+    });

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list