[Koha-bugs] [Bug 31896] New Recall hook when adding recall

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 25 16:59:07 CEST 2022


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

--- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
+sub after_recall_action {
+    my ( $self, $params ) = @_;
+
+    my $action = $params->{action};
+    my $recall   = $params->{payload}->{recall};
+
+    Koha::Exception->throw(
+        "after_recall_action called with action: $action, ref: " .
ref($recall) );
+}

Yeah, I understand you doing that. It does not really test more than the thing
was called. No blocker, just noting.

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


More information about the Koha-bugs mailing list