X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event_option.pm;h=09b7756099da1745527bfd681beea4f2866711d5;hb=b49c1bd5510a5f10b05bffacc6cc8b6a1b2153e8;hp=43e1da93386e76913e54080c40e2ee7caacda849;hpb=5e05724a635a22776f1b973f5d7e77989da4e048;p=freeside.git diff --git a/FS/FS/part_event_option.pm b/FS/FS/part_event_option.pm index 43e1da933..09b775609 100644 --- a/FS/FS/part_event_option.pm +++ b/FS/FS/part_event_option.pm @@ -2,6 +2,7 @@ package FS::part_event_option; use strict; use vars qw( @ISA ); +use Scalar::Util qw( blessed ); use FS::UID qw( dbh ); use FS::Record qw( qsearch qsearchs ); use FS::part_event;