X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=aebfc29c7c0be8de7b8bd58a58991977c4543c04;hp=92a056c023c854995bb4fa6eb0df9f29eea9bb54;hb=2a9d2460814b37e07d7cb83392723146a60d34c7;hpb=4facec5414f411b97c9b19772c13f125a0b748cb diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 92a056c02..aebfc29c7 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; -