Initial support for displaying the type of unit (eg, 'playing
authordjfiander <djfiander@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 4 Nov 2009 01:25:26 +0000 (01:25 +0000)
committerdjfiander <djfiander@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 4 Nov 2009 01:25:26 +0000 (01:25 +0000)
cards'); deleted some vestigal code.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14760 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Utils/MFHD/Caption.pm

index 646992a..1b395c6 100755 (executable)
@@ -165,6 +165,12 @@ sub capstr {
     }
 }
 
+sub type_of_unit {
+    my $self = shift;
+
+    return $self->{_mfhdc_UNIT};
+}
+
 sub calendar_change {
     my $self = shift;