return rather than ignore errors inserting into the job queue during _export_insert_o...
authorivan <ivan>
Sat, 19 Jun 2010 19:30:43 +0000 (19:30 +0000)
committerivan <ivan>
Sat, 19 Jun 2010 19:30:43 +0000 (19:30 +0000)
FS/FS/part_export/domreg_opensrs.pm

index a9afc91..13457ae 100644 (file)
@@ -259,8 +259,6 @@ sub _export_insert_on_payment {
     'job'    => 'FS::part_export::domreg_opensrs::renew_through',
   };
   $queue->insert( $self, $svc_domain ); #_export_insert with 'R' action?
-
-  return '';
 }
 
 ## Domain registration exports do nothing on replace.  Mainly because we haven't decided what they should do.