summaryrefslogtreecommitdiff
path: root/FS/FS/quotation.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-04-27 09:23:28 -0700
committerIvan Kohler <ivan@freeside.biz>2017-04-27 09:23:28 -0700
commit693bd5cfef9f51ee6115159c369b728d269455ab (patch)
tree5be832b33baae40d9d5bc6e4ef636fea9a4f6b7e /FS/FS/quotation.pm
parent591811b46fb6f51aa93868db6eaba0242d1257ad (diff)
now that quotations in v4 simulate a real billing, need a workaround for packages that start on hold, RT#75646
Diffstat (limited to 'FS/FS/quotation.pm')
-rw-r--r--FS/FS/quotation.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/quotation.pm b/FS/FS/quotation.pm
index 2f95425..520e11f 100644
--- a/FS/FS/quotation.pm
+++ b/FS/FS/quotation.pm
@@ -698,6 +698,7 @@ sub estimate {
}
# order packages
+ local($FS::cust_pkg::disable_start_on_hold) = 1;
$error = $fake_self->order(\%pkgnum_of);
die "$error (simulating package order)\n" if $error;