X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fdeploy_zone_vertex.pm;h=078b326408ec8b62705d369eac06ac5ecd0b83a0;hp=a25bfde231e414c5c650c150c0fa43ad7bdcbfcc;hb=674cb2d9d7105f4cc2871539b2e9f7088cdaa750;hpb=0f359d5480aa1621d73ee802f420e8951abc620d diff --git a/FS/FS/deploy_zone_vertex.pm b/FS/FS/deploy_zone_vertex.pm index a25bfde23..078b32640 100644 --- a/FS/FS/deploy_zone_vertex.pm +++ b/FS/FS/deploy_zone_vertex.pm @@ -47,10 +47,6 @@ Latitude, as a decimal; positive values are north of the Equator. Longitude, as a decimal; positive values are east of Greenwich. -=item sequence - -The ordinal position of this vertex, starting with zero. - =back =head1 METHODS @@ -104,7 +100,6 @@ sub check { || $self->ut_number('zonenum') || $self->ut_coord('latitude') || $self->ut_coord('longitude') - || $self->ut_number('sequence') ; return $error if $error;