diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-11 22:54:46 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-11 22:54:46 -0800 |
commit | 608cb226935dcc6d96ebafe24683136256895e18 (patch) | |
tree | a66fc8359d45a536be1f1aaae77f49f20f61ed6b | |
parent | 7dd026a106a667317a64568708a727c6e5bec55a (diff) |
indosoft integration, RT#25555
-rw-r--r-- | FS/FS/part_export/indosoft_pbx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/indosoft_pbx.pm b/FS/FS/part_export/indosoft_pbx.pm index 23ad67a29..2c50f8c70 100644 --- a/FS/FS/part_export/indosoft_pbx.pm +++ b/FS/FS/part_export/indosoft_pbx.pm @@ -77,7 +77,7 @@ sub _export_insert { } my $uuid = $self->indosoft_command( 'editEmployee', - 'mode' => 'create' + 'mode' => 'create', 'tenant_uuid' => $svc_x->svc_pbx->id, 'username' => $svc_x->username, 'password' => $svc_x->_password, |