summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2006-12-29 08:25:19 +0000
committerivan <ivan>2006-12-29 08:25:19 +0000
commitfe6328ed8b7fb7081937aee1eeed46a9002c9c0e (patch)
treebeda35dd78cc8dfaca795134d6bb728fd539c106 /FS
parent0a522c2069e13b05148219f8272e357fc59a3805 (diff)
doc
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/svc_Common.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm
index 9cab5b47b..72e7d5c6f 100644
--- a/FS/FS/svc_Common.pm
+++ b/FS/FS/svc_Common.pm
@@ -746,9 +746,13 @@ sub unsuspend {
=item cancel
-Stub - returns false (no error) so derived classes don't need to define these
+Stub - returns false (no error) so derived classes don't need to define this
methods. Called by the cancel method of FS::cust_pkg (see L<FS::cust_pkg>).
+This method is called *before* the deletion step which actually deletes the
+services. This method should therefore only be used for "pre-deletion"
+cancellation steps, if necessary.
+
=cut
sub cancel { ''; }