From: djfiander Date: Wed, 5 Apr 2006 01:36:07 +0000 (+0000) Subject: Add support necessary for Checkin operation X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=313a810100c5089a47acfb98306106dc492322d8;p=SIPServer.git Add support necessary for Checkin operation --- diff --git a/ILS/Item.pm b/ILS/Item.pm index a772856..7ca0288 100644 --- a/ILS/Item.pm +++ b/ILS/Item.pm @@ -70,4 +70,10 @@ sub title_id { return $self->{title}; } +sub permanent_location { + my $self = shift; + + return $self->{permanent_location} || ''; +} + 1;