diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-03-31 16:52:24 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-03-31 16:52:24 -0700 |
commit | 0cce02317f73de9a0711c6d3523820b2d0d972f5 (patch) | |
tree | ca3f06bc8bbfff4c06c8f325fadbab55d2b854c0 /FS | |
parent | 55f470de060424b123c0689d22caa26b5f4035e5 (diff) |
fix no_provision_did option, RT#
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/voip_innovations3.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export/voip_innovations3.pm b/FS/FS/part_export/voip_innovations3.pm index 143f86904..3c7689922 100644 --- a/FS/FS/part_export/voip_innovations3.pm +++ b/FS/FS/part_export/voip_innovations3.pm @@ -17,8 +17,8 @@ tie my %options, 'Tie::IxHash', type=>'checkbox', }, 'no_provision_did' => { label=>'Disable DID provisioning', - type=>'checkbox', - }, + type=>'checkbox', + }, #not particularly useful unless we can_get_dids # 'dry_run' => { label=>"Test mode - don't actually provision", # type=>'checkbox', |