From: ivan Date: Sat, 19 Jun 2010 19:29:38 +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~140 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=96628e880ae1b1b2e291f27ea1b1ef500404bdfd 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 4d6ea8f91..3bfdf4d58 100644 --- a/FS/FS/part_export/domreg_opensrs.pm +++ b/FS/FS/part_export/domreg_opensrs.pm @@ -260,7 +260,6 @@ sub _export_insert_on_payment { }; $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.