X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_event_option.pm;fp=FS%2FFS%2Fpart_event_option.pm;h=09b7756099da1745527bfd681beea4f2866711d5;hp=43e1da93386e76913e54080c40e2ee7caacda849;hb=477015901c379f8cd6ba46cfaa4a9ae284ae582d;hpb=22a294936609cfcb452742a158fafaa55d3a6fd1 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;