noting false laziness
authorIvan Kohler <ivan@freeside.biz>
Wed, 25 Feb 2015 02:43:55 +0000 (18:43 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 25 Feb 2015 02:43:55 +0000 (18:43 -0800)
FS/FS/Record.pm

index 92fb896..35ed6f7 100644 (file)
@@ -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 ) {