diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-19 14:37:17 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-19 14:53:11 -0500 |
| commit | 622d9a5930f47dad0c2897fed1b523138cb3e5c5 (patch) | |
| tree | 32488bb76a2618df14c62ed19fdc6ac4a5586c4a /httemplate/view/quotation.html | |
| parent | 2c3cd4a278a68d458d578c981df9bb1dd43f3fec (diff) | |
RT#6223: Billing process - pending packages - feature request [order quotation on hold]
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 0570e78d2..66873616b 100755 --- a/httemplate/view/quotation.html +++ b/httemplate/view/quotation.html @@ -63,7 +63,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> % } |
