summaryrefslogtreecommitdiff
path: root/FS/FS/tower.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-23 01:53:03 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-23 01:53:03 -0700
commit822d38841a1620b8b8e8c5ac4102ad64de9ae17f (patch)
tree54242a812e185d34b2382ada10522eba827cef34 /FS/FS/tower.pm
parentcc58d576f8c2da6d01751ca3234b6a1ec11db358 (diff)
add more fields to towers and sectors, RT#16372
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;