summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-07-19 14:37:17 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-07-19 14:37:17 -0500
commita2c196921e984b7f1784fbb41c96a053ef68c9ee (patch)
treed81d380aa0ea294d72ad2f22024c19f444998ee3 /httemplate/view
parentb81f48f52407f62c13306ccf5e28076748642692 (diff)
RT#6223: Billing process - pending packages - feature request [order quotation on hold]
Diffstat (limited to 'httemplate/view')
-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>
% }