diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-08-07 00:07:22 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-08-07 00:07:22 -0500 |
commit | 3d8d713877e0cdc91fd413539510b5a457f264bb (patch) | |
tree | 0c7213789f10edd2569ab0f368cda55554b50590 | |
parent | 653c2f961884c0bf8c1e7f4984c8e66e14d2b0b9 (diff) |
RT#18361 Delay package from billing until services are provisioned [doc fix]
-rw-r--r-- | FS/FS/part_pkg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index 402d88cb9..c9568c57d 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -339,7 +339,7 @@ Replaces OLD_RECORD with this one in the database. If there is an error, returns the error, otherwise returns false. Currently available options are: I<pkg_svc>, I<hidden_svc>, I<primary_svc>, -I<bulk_skip>, I<provision_hold> and I<options> +I<provision_hold> and I<options> If I<pkg_svc> is set to a hashref with svcparts as keys and quantities as values, the appropriate FS::pkg_svc records will be replaced. I<hidden_svc> |