summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/quick-cust_pkg.cgi
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-02-02 15:04:02 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-02-02 15:04:02 -0600
commit973d5dd654ea23dea3ff185e157a404556815ccb (patch)
treee11d0917e640fbe626443c57c5de50838f2aa662 /httemplate/edit/process/quick-cust_pkg.cgi
parentfcb0e3c1cb7567c7ce2c24a367c304b9a1e356f3 (diff)
parent80a28e539bd4ad11a309e5f98402beea648fee67 (diff)
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate/edit/process/quick-cust_pkg.cgi')
-rw-r--r--httemplate/edit/process/quick-cust_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/quick-cust_pkg.cgi b/httemplate/edit/process/quick-cust_pkg.cgi
index 38d5c4486..67cdb87e8 100644
--- a/httemplate/edit/process/quick-cust_pkg.cgi
+++ b/httemplate/edit/process/quick-cust_pkg.cgi
@@ -144,7 +144,7 @@ if ( $quotationnum ) {
$quotation_pkg->prospectnum($prospect_main->prospectnum) if $prospect_main;
#XXX handle new location
- $error = $quotation_pkg->insert;
+ $error = $quotation_pkg->insert || $quotation_pkg->estimate;
} else {