X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=adf973e5c67e0e48d8aa2c7c4687b561eb1a7a13;hp=5be33fa599587fa48b2912c75e9738a1851e1d49;hb=5670336b1b0105e6551b571837d6b1519e497528;hpb=e928101f860813b7485e79ea549e736f69c50948 diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 5be33fa59..adf973e5c 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -504,6 +504,20 @@ sub upgrade_data { #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 +728,3 @@ Sure. =cut 1; -