From 822d38841a1620b8b8e8c5ac4102ad64de9ae17f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 23 Oct 2013 01:53:03 -0700 Subject: add more fields to towers and sectors, RT#16372 --- FS/FS/tower.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS/FS/tower.pm') diff --git a/FS/FS/tower.pm b/FS/FS/tower.pm index 052836e27..5497c7217 100644 --- a/FS/FS/tower.pm +++ b/FS/FS/tower.pm @@ -90,6 +90,13 @@ sub check { $self->ut_numbern('towernum') || $self->ut_text('towername') || $self->ut_enum('disabled', [ '', 'Y' ]) + || $self->ut_coordn('latitude') + || $self->ut_coordn('longitude') + || $self->ut_enum('coord_auto', [ '', 'Y' ]) + || $self->ut_floatn('altitude') + || $self->ut_floatn('height') + || $self->ut_floatn('veg_height') + || $self->ut_alphan('color') ; return $error if $error; -- cgit v1.2.1