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