[freeside-commits] branch master updated. 8b0f060e6c428f4d7639cff48fcae64cf254f9de

Mark Wells mark at 420.am
Mon Mar 9 14:05:51 PDT 2015


The branch, master has been updated
       via  8b0f060e6c428f4d7639cff48fcae64cf254f9de (commit)
      from  1a6d6a44c8752057c638991c3576d7a1ea1e87a0 (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 8b0f060e6c428f4d7639cff48fcae64cf254f9de
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Mar 9 14:05:46 2015 -0700

    send protocol in voip.ms export, #31834

diff --git a/FS/FS/part_export/voip_ms.pm b/FS/FS/part_export/voip_ms.pm
index 7766eac..a23345c 100644
--- a/FS/FS/part_export/voip_ms.pm
+++ b/FS/FS/part_export/voip_ms.pm
@@ -408,6 +408,7 @@ sub subacct_content {
   }
   return {
     username            => $svc_acct->username,
+    protocol            => $self->option('protocol'),
     description         => $desc,
     %auth,
     device_type         => $self->option('device_type'),

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

Summary of changes:
 FS/FS/part_export/voip_ms.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list