summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/saisei.pm
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:54:44 -0400
commit1586961f12c742e45a38bc9cea0fcc49d5b1dd2a (patch)
tree5eacda9533def7ebbc4e989cce059cdd58aff1b0 /FS/FS/part_export/saisei.pm
parent983bf2cafbc04efe2368c67d88610ebfbbbae00a (diff)
RT# 78356 - fixed error where no export existed.
Diffstat (limited to 'FS/FS/part_export/saisei.pm')
-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;