diff options
author | jeff <jeff> | 2009-01-12 20:59:35 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-01-12 20:59:35 +0000 |
commit | 0b5b7a4f843157509ffa0e2355181b8d5ae012f8 (patch) | |
tree | fcb8df9142b50ed65409eb5587a8dc81ac338dd2 /FS | |
parent | babea860aa5a25688ade87414c5cc70d66ffd0fa (diff) |
doc tyop
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 7a350c1a1..25f894aab 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -682,7 +682,7 @@ Optional arryaref of FS::svc_* service objects. =item depend_jobnum -If this option is set to a job queue jobnum (see L<FS::queue), all provisioning +If this option is set to a job queue jobnum (see L<FS::queue>), all provisioning jobs will have a dependancy on the supplied job (they will not run until the specific job completes). This can be used to defer provisioning until some action completes (such as running the customer's credit card successfully). |