Add support necessary for Checkin operation
authordjfiander <djfiander>
Wed, 5 Apr 2006 01:36:07 +0000 (01:36 +0000)
committerdjfiander <djfiander>
Wed, 5 Apr 2006 01:36:07 +0000 (01:36 +0000)
ILS/Item.pm

index a772856..7ca0288 100644 (file)
@@ -70,4 +70,10 @@ sub title_id {
     return $self->{title};
 }
 
+sub permanent_location {
+    my $self = shift;
+
+    return $self->{permanent_location} || '';
+}
+
 1;