X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_broadband.pm;h=aaac891e6b2bd00c778d02622ce10a4a6db9374f;hb=d33015393db77e9bc8e0deeb1a39500b3b5a49eb;hp=77898066dbf320264846f75fb177d681d1f083dc;hpb=63113ba6bc9324734fdc6bb5355476e6a49321cb;p=freeside.git diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm index 77898066d..aaac891e6 100755 --- a/FS/FS/svc_broadband.pm +++ b/FS/FS/svc_broadband.pm @@ -87,7 +87,7 @@ points to. You can ask the object for a copy with the I method. sub table { 'svc_broadband'; } -=item insert +=item insert [ , OPTION => VALUE ... ] Adds this record to the database. If there is an error, returns the error, otherwise returns false. @@ -95,6 +95,12 @@ otherwise returns false. The additional fields pkgnum and svcpart (see FS::cust_svc) should be defined. An FS::cust_svc record will be created and inserted. +Currently available options are: I + +If I is set (to a scalar jobnum or an array reference of +jobnums), all provisioning jobs will have a dependancy on the supplied +jobnum(s) (they will not run until the specific job(s) complete(s)). + =cut # Standard FS::svc_Common::insert