diff options
-rwxr-xr-x | httemplate/view/quotation.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index ae9c4aa8c..4c913257e 100755 --- a/httemplate/view/quotation.html +++ b/httemplate/view/quotation.html @@ -41,8 +41,13 @@ XXX resending quotations % if ( $conf->exists('quotation_latex') ) { | <A HREF="<% $p %>view/quotation-pdf.cgi?<% $link %>"><% mt('View typeset quotation PDF') |h %></A> - <BR><BR> -% } +% } + +% if ( $curuser->access_right('New customer') && $quotation->quotation_pkg ) { + | <A HREF="<%$p%>edit/process/quotation_convert.html?quotationnum=<% $quotation->quotationnum %>">Place order</A> +% } + +<BR><BR> % if ( $conf->exists('quotation_html') ) { <% join('', $quotation->print_html( preref_callback=>$preref_callback )) %> |