diff options
-rw-r--r-- | FS/FS/part_export/voip_ms.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export/voip_ms.pm b/FS/FS/part_export/voip_ms.pm index 7766eac0d..a23345c5a 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'), |