X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_svc_link.pm;h=e8c2cc5565eae9023af2258d3b00d51ab39ba957;hp=a7f1b0f382e633ee9efac0f973295d9a5f5f328e;hb=57bb423fe457ba4e13726877f53bcdf944f828f8;hpb=47cb646c89d4a798d35063f04db39c707eac4f4c diff --git a/FS/FS/part_svc_link.pm b/FS/FS/part_svc_link.pm index a7f1b0f38..e8c2cc556 100644 --- a/FS/FS/part_svc_link.pm +++ b/FS/FS/part_svc_link.pm @@ -88,7 +88,7 @@ unprovisioned =item cust_svc_suspend_cascade -Suspend the destination service before the source service +Suspend the destination service after the source service =back @@ -205,7 +205,7 @@ sub description { and return "Automatically unprovision $dst when $src is unprovisioned"; $l eq 'cust_svc_suspend_cascade' - and return "Suspend $dst before $src"; + and return "Suspend $dst after $src"; warn "WARNING: unknown part_svc_link.link_type $l\n"; return "$src (unknown link_type $l) $dst";