summaryrefslogtreecommitdiff
path: root/FS/FS/tower.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/tower.pm')
-rw-r--r--FS/FS/tower.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/tower.pm b/FS/FS/tower.pm
index 052836e..5497c72 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;