From 422a0e067888ea548e98f7f867c327c33e74e4e3 Mon Sep 17 00:00:00 2001 From: djfiander Date: Wed, 29 Mar 2006 23:08:27 +0000 Subject: [PATCH] Add end_patron_session stub --- ILS.pm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ILS.pm b/ILS.pm index b39582f..904dd5a 100644 --- a/ILS.pm +++ b/ILS.pm @@ -111,4 +111,13 @@ sub block_patron { return $patron; } +# If the ILS caches patron information, this lets it free +# it up +sub end_patron_session { + my ($self, $patron_id) = @_; + + # success?, screen_msg, print_line + return (1, 'Thank you for using Evergreen!', ''); +} + 1; -- 2.11.0