X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FRecord.pm;h=35ed6f7a894c2013381ef4141d50040da1be0299;hb=a3c8a7c5be8650f5854a1d89f1b76d21d5cfb1a1;hp=92fb89665f9adf0d74c1df45558104700ed82c4f;hpb=8841199eb48ef43c87524680eb387f6973a5d0fa;p=freeside.git diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index 92fb89665..35ed6f7a8 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -489,6 +489,8 @@ sub qsearch { $sth->finish; + #below was refactored out to _from_hashref, this should use it at some point + my @return; if ( eval 'scalar(@FS::'. $table. '::ISA);' ) { if ( eval 'FS::'. $table. '->can(\'new\')' eq \&new ) {