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

index 3bfdf4d..c39a0da 100644 (file)
@@ -259,7 +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?
-
 }
 
 ## Domain registration exports do nothing on replace.  Mainly because we haven't decided what they should do.