now that quotations in v4 simulate a real billing, need a workaround for packages...
[freeside.git] / FS / FS / quotation.pm
index 2f95425..520e11f 100644 (file)
@@ -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;