summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-07-16 18:43:48 -0700
committerIvan Kohler <ivan@freeside.biz>2018-07-16 18:43:48 -0700
commit2a9d2460814b37e07d7cb83392723146a60d34c7 (patch)
tree074f234834e4389a0da90c15e4a91c72a25d68b9 /FS/FS/Upgrade.pm
parent4facec5414f411b97c9b19772c13f125a0b748cb (diff)
parente44835f640559a6eb5bc831e08732d5ab8947dd4 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/FS/Upgrade.pm')
-rw-r--r--FS/FS/Upgrade.pm18
1 files changed, 17 insertions, 1 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm
index 92a056c..aebfc29 100644
--- a/FS/FS/Upgrade.pm
+++ b/FS/FS/Upgrade.pm
@@ -504,6 +504,23 @@ sub upgrade_data {
#'compliance solutions' -> 'compliance_solutions'
'tax_rate' => [],
'tax_rate_location' => [],
+
+ #upgrade part_event_condition_option agentnum to a multiple hash value
+ 'part_event_condition_option' =>[],
+
+ #fix ip format
+ 'svc_circuit' => [],
+
+ #fix ip format
+ 'svc_hardware' => [],
+
+ #fix ip format
+ 'svc_pbx' => [],
+
+ #fix ip format
+ 'tower_sector' => [],
+
+
;
\%hash;
@@ -714,4 +731,3 @@ Sure.
=cut
1;
-