X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FRecord.pm;h=2d91758136d8d807d34c8bf89c145118e6a3944d;hb=afab30d6058351d2ca875b089424b7a1323992a4;hp=d843658044df8b9db26b76453f6234408c54bd3b;hpb=b0f8738e17758e071dd65b9d6574535d66595673;p=freeside.git diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index d84365804..2d9175813 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -433,7 +433,8 @@ sub qsearch { } values(%result); } } else { - warn "untested code (class FS::$table uses custom new method)"; + #okay, its been tested + # warn "untested code (class FS::$table uses custom new method)"; @return = map { eval 'FS::'. $table. '->new( { %{$_} } )'; } values(%result);