summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_svc_link.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-04-30 06:52:43 -0700
committerIvan Kohler <ivan@freeside.biz>2015-04-30 06:52:43 -0700
commita9bd30b5b5231db37360e285fbbfa237195cd064 (patch)
treeffb3cc18b14fdafc8f9f0e0ab89b89610f5baf6a /httemplate/edit/part_svc_link.html
parentf1446e6af463609c1488ba367d437b728556f35a (diff)
service dependencies: cust_svc_suspend_cascade, RT#33685
Diffstat (limited to 'httemplate/edit/part_svc_link.html')
-rw-r--r--httemplate/edit/part_svc_link.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_svc_link.html b/httemplate/edit/part_svc_link.html
index c8c385dd5..980b24e47 100644
--- a/httemplate/edit/part_svc_link.html
+++ b/httemplate/edit/part_svc_link.html
@@ -35,7 +35,7 @@ my @fields = (
cust_svc_provision_restrict => 'Require the target service to be provisioned before the source service',
cust_svc_unprovision_restrict => 'Require the target service to be unprovisioned before the source service',
cust_svc_unprovision_cascade => 'Automatically unprovision the target service when the source service is unprovisioned',
- cust_svc_suspend_cascade => 'Suspend the target service before the source service',
+ cust_svc_suspend_cascade => 'Suspend the target service after the source service',
},
},
{ field => 'disabled', type => 'checkbox', value => 'Y' }