summaryrefslogtreecommitdiff
path: root/httemplate/view/quotation.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-07-19 12:56:49 -0700
committerMark Wells <mark@freeside.biz>2016-07-19 12:56:49 -0700
commit43f9be2fd8ef088788ade01d2e4bcc0667be36e5 (patch)
treebfe014da84b63eca8263008e40335b5943ec5e4b /httemplate/view/quotation.html
parent0491d209351c209a64885a4d1fdf1398c1b56397 (diff)
parent78a19c83d3cc5b3f22156d9ac19e5ae2d9170175 (diff)
Merge branch 'FREESIDE_4_BRANCH' of git.freeside.biz:/home/git/freeside into 4.x
Diffstat (limited to 'httemplate/view/quotation.html')
-rwxr-xr-xhttemplate/view/quotation.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html
index 7221d53cd..58d398ca2 100755
--- a/httemplate/view/quotation.html
+++ b/httemplate/view/quotation.html
@@ -67,7 +67,9 @@ function areyousure(href, message) {
<BR><BR>
% if ( $curuser->access_right('New customer') && $quotation->quotation_pkg ) {
+% # if we end up with more than one option, combine these links and add an interstitial screen
<A HREF="<%$p%>edit/process/quotation_convert.html?quotationnum=<% $quotation->quotationnum %>">Place order</A>
+ | <A HREF="<%$p%>edit/process/quotation_convert.html?quotationnum=<% $quotation->quotationnum %>&onhold=1">Order on hold</A>
<BR><BR>
% }