X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Facct_sql.pm;h=05c4310cb60f4d6147693d544329a75bf5a1e4a4;hp=631a44c8a536e4a52dcbd868305e1b77e6960181;hb=33fbb5789fdc25696b4c3319e8118fe337892f04;hpb=c3986b04e040c54afdf14cb39b3daf5210afa739 diff --git a/FS/FS/part_export/acct_sql.pm b/FS/FS/part_export/acct_sql.pm index 631a44c8a..05c4310cb 100644 --- a/FS/FS/part_export/acct_sql.pm +++ b/FS/FS/part_export/acct_sql.pm @@ -98,6 +98,7 @@ sub _export_delete { $table, $primary_key => ref($keymap) ? &{$keymap}($svc_acct) : $svc_acct->$keymap() ); + return $err_or_queue unless ref($err_or_queue); } sub acct_sql_queue {