X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export.pm;h=f4f46b0e9c774c065ced3305e06438dd757166ef;hp=14e4676e90accee12a1f9f5dd37790d4dabbc928;hb=19416b51cad45853a7cf620af6bbde7973bedbe5;hpb=6198edc29b71b77dfa6868f76effb4286579259e diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 14e4676e9..f4f46b0e9 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -370,8 +370,7 @@ sub rebless { my $self = shift; my $exporttype = $self->exporttype; my $class = ref($self). "::$exporttype"; -# eval "use $class;" or die $@; - eval "use $class;"; + eval "use $class;" or die $@; bless($self, $class); }