summaryrefslogtreecommitdiff
path: root/FS/FS/tower.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-08-05 13:28:03 -0700
committerIvan Kohler <ivan@freeside.biz>2013-08-05 13:28:03 -0700
commit426d4e697c5a96fc4884c444835b7e17b181b93b (patch)
tree2ece465aea540e3596928d0103d0254afba6b78a /FS/FS/tower.pm
parenta57b44fce003ff336e5e9b3990f4a4b6e288f758 (diff)
prevent deletion of a tower sector with customers, RT#24197
Diffstat (limited to 'FS/FS/tower.pm')
-rw-r--r--FS/FS/tower.pm13
1 files changed, 0 insertions, 13 deletions
diff --git a/FS/FS/tower.pm b/FS/FS/tower.pm
index 227e3eb..052836e 100644
--- a/FS/FS/tower.pm
+++ b/FS/FS/tower.pm
@@ -59,8 +59,6 @@ points to. You can ask the object for a copy with the I<hash> method.
=cut
-# the new method can be inherited from FS::Record, if a table method is defined
-
sub table { 'tower'; }
=item insert
@@ -68,23 +66,15 @@ sub table { 'tower'; }
Adds this record to the database. If there is an error, returns the error,
otherwise returns false.
-=cut
-
=item delete
Delete this record from the database.
-=cut
-
=item replace OLD_RECORD
Replaces the OLD_RECORD with this one in the database. If there is an error,
returns the error, otherwise returns false.
-=cut
-
-# the replace method can be inherited from FS::Record
-
=item check
Checks all fields to make sure this is a valid tower. If there is
@@ -93,9 +83,6 @@ and replace methods.
=cut
-# the check method should currently be supplied - FS::Record contains some
-# data checking routines
-
sub check {
my $self = shift;