From: djfiander Date: Wed, 4 Nov 2009 01:25:26 +0000 (+0000) Subject: Initial support for displaying the type of unit (eg, 'playing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dacb198342773b939666f3d5cd0f876865ada660;p=evergreen%2Fmasslnc.git Initial support for displaying the type of unit (eg, 'playing cards'); deleted some vestigal code. git-svn-id: svn://svn.open-ils.org/ILS/trunk@14760 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Utils/MFHD/Caption.pm b/Open-ILS/src/perlmods/OpenILS/Utils/MFHD/Caption.pm index 646992a13f..1b395c693b 100755 --- a/Open-ILS/src/perlmods/OpenILS/Utils/MFHD/Caption.pm +++ b/Open-ILS/src/perlmods/OpenILS/Utils/MFHD/Caption.pm @@ -165,6 +165,12 @@ sub capstr { } } +sub type_of_unit { + my $self = shift; + + return $self->{_mfhdc_UNIT}; +} + sub calendar_change { my $self = shift;