summaryrefslogtreecommitdiff
path: root/FS/FS/part_export
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-03-29 11:54:44 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-03-29 11:57:51 -0400
commit4157b560fa8745656f4357dc1c5fd1eea02030d0 (patch)
treeeae4b8486700bd22424a9764dd41841317767f46 /FS/FS/part_export
parent0a007372bf4d39c9af24d2a348b0f12462c6391f (diff)
RT# 78356 - fixed error where no export existed.
Diffstat (limited to 'FS/FS/part_export')
-rw-r--r--FS/FS/part_export/saisei.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/saisei.pm b/FS/FS/part_export/saisei.pm
index 1c95081..922a347 100644
--- a/FS/FS/part_export/saisei.pm
+++ b/FS/FS/part_export/saisei.pm
@@ -799,7 +799,7 @@ sub export_provisioned_services {
'table' => 'cust_svc',
'addl_from' => 'LEFT JOIN svc_broadband USING ( svcnum ) ',
'extra_sql' => " WHERE svcpart in ('".$parts."')",
- });
+ }) unless !$parts;
my $svc_count = scalar @svcs;