From: ivan Date: Sat, 19 Jun 2010 19:30:00 +0000 (+0000) Subject: return rather than ignore errors inserting into the job queue during _export_insert_o... X-Git-Tag: root_of_svc_elec_features~139 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c7c3739019a2dd908265a668d94baad72c325fc3 return rather than ignore errors inserting into the job queue during _export_insert_on_payment --- diff --git a/FS/FS/part_export/domreg_opensrs.pm b/FS/FS/part_export/domreg_opensrs.pm index 3bfdf4d58..c39a0daad 100644 --- a/FS/FS/part_export/domreg_opensrs.pm +++ b/FS/FS/part_export/domreg_opensrs.pm @@ -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.