diff options
-rw-r--r-- | FS/FS/h_cust_svc.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FS/FS/h_cust_svc.pm b/FS/FS/h_cust_svc.pm index af0bf6064..8cee68a14 100644 --- a/FS/FS/h_cust_svc.pm +++ b/FS/FS/h_cust_svc.pm @@ -28,6 +28,17 @@ inherits from FS::h_Common and FS::cust_svc. =over 4 +=item date_deleted + +Returns the date this service was deleted, if any. + +=cut + +sub date_deleted { + my $self = shift; + $self->h_date('delete'); +} + =item label END_TIMESTAMP [ START_TIMESTAMP ] Returns a list consisting of: |