[freeside-commits] branch master updated. 033abcada74d8b0abb19276b7fec2a03ec9b289c
Ivan
ivan at 420.am
Mon Mar 31 16:39:34 PDT 2014
The branch, master has been updated
via 033abcada74d8b0abb19276b7fec2a03ec9b289c (commit)
via 1ee0d18c8abcf4f87746f00a3a7884073907ab5b (commit)
from 93e18e33258778da52c41d00f94e859d5ba2a74c (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 033abcada74d8b0abb19276b7fec2a03ec9b289c
Merge: 1ee0d18 93e18e3
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Mar 31 16:39:30 2014 -0700
Merge branch 'master' of git.freeside.biz:/home/git/freeside
commit 1ee0d18c8abcf4f87746f00a3a7884073907ab5b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Mar 31 16:39:13 2014 -0700
fix no_provision_did option, RT#
diff --git a/FS/FS/part_export/voip_innovations3.pm b/FS/FS/part_export/voip_innovations3.pm
index 40acfcb..143f869 100644
--- a/FS/FS/part_export/voip_innovations3.pm
+++ b/FS/FS/part_export/voip_innovations3.pm
@@ -16,7 +16,7 @@ tie my %options, 'Tie::IxHash',
'e911' => { label=>'Provision E911 data',
type=>'checkbox',
},
- 'no_did_provision' => { label=>'Disable DID provisioning',
+ 'no_provision_did' => { label=>'Disable DID provisioning',
type=>'checkbox',
},
#not particularly useful unless we can_get_dids
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/voip_innovations3.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list