[freeside-commits] branch FREESIDE_3_BRANCH updated. 06ffff9be0c3b58a3c14855597fb48035ef0f1f2

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


The branch, FREESIDE_3_BRANCH has been updated
       via  06ffff9be0c3b58a3c14855597fb48035ef0f1f2 (commit)
      from  8ef3b639f2a6d4b42548b74e3e9d462392956d99 (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 06ffff9be0c3b58a3c14855597fb48035ef0f1f2
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Mar 9 14:05:21 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