projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb59250
)
Add support necessary for Checkin operation
author
djfiander
<djfiander>
Wed, 5 Apr 2006 01:36:07 +0000
(
01:36
+0000)
committer
djfiander
<djfiander>
Wed, 5 Apr 2006 01:36:07 +0000
(
01:36
+0000)
ILS/Item.pm
patch
|
blob
|
history
diff --git
a/ILS/Item.pm
b/ILS/Item.pm
index
a772856
..
7ca0288
100644
(file)
--- 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;