de-randomization fixes for testing, #37340
[freeside.git] / FS / FS / Record.pm
index 72745fe..ef0d88d 100644 (file)
@@ -519,6 +519,7 @@ sub qsearch {
 
     # Check for encrypted fields and decrypt them.
    ## only in the local copy, not the cached object
+    no warnings 'deprecated'; # XXX silence the warning for now
     if ( $conf_encryption 
          && eval 'defined(@FS::'. $table . '::encrypted_fields)' ) {
       foreach my $record (@return) {