X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=adf973e5c67e0e48d8aa2c7c4687b561eb1a7a13;hp=0069e207a2bee7bbd82a754a92a06ddaa9805d1e;hb=5670336b1b0105e6551b571837d6b1519e497528;hpb=929783d1045757abbe5c84ff2439547b0f8eca23 diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 0069e207a..adf973e5c 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -501,6 +501,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; @@ -711,4 +728,3 @@ Sure. =cut 1; -