https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532
--- Comment #775 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
