[freeside-commits] branch master updated. 1586961f12c742e45a38bc9cea0fcc49d5b1dd2a

Christopher Burger burgerc at freeside.biz
Thu Mar 29 08:55:12 PDT 2018


The branch, master has been updated
       via  1586961f12c742e45a38bc9cea0fcc49d5b1dd2a (commit)
      from  983bf2cafbc04efe2368c67d88610ebfbbbae00a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1586961f12c742e45a38bc9cea0fcc49d5b1dd2a
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Thu Mar 29 11:54:44 2018 -0400

    RT# 78356 - fixed error where no export existed.

diff --git a/FS/FS/part_export/saisei.pm b/FS/FS/part_export/saisei.pm
index 1c95081bd..922a347b6 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;
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/saisei.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list