diff options
| author | Mark Wells <mark@freeside.biz> | 2016-07-19 12:56:49 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-07-19 12:56:49 -0700 |
| commit | 43f9be2fd8ef088788ade01d2e4bcc0667be36e5 (patch) | |
| tree | bfe014da84b63eca8263008e40335b5943ec5e4b /httemplate/view/quotation.html | |
| parent | 0491d209351c209a64885a4d1fdf1398c1b56397 (diff) | |
| parent | 78a19c83d3cc5b3f22156d9ac19e5ae2d9170175 (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-x | httemplate/view/quotation.html | 2 |
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> % } |
