quotations + tax refactor, part 2
[freeside.git] / httemplate / edit / process / quick-cust_pkg.cgi
index 34f5d12..f1d8c26 100644 (file)
@@ -159,7 +159,7 @@ if ( $quotationnum ) {
   $quotation_pkg->prospectnum($prospect_main->prospectnum) if $prospect_main;
 
   #XXX handle new location
-  $error = $quotation_pkg->insert || $quotation_pkg->estimate;
+  $error = $quotation_pkg->insert;
 
 } else {