From 3e34c2485163893b390e70bf9a5f357b32e57e21 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 7 Jan 2015 21:38:01 -0800 Subject: [PATCH] place order from quotation view, RT#20688 --- httemplate/view/quotation.html | 9 +++++++-- 1 file 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') ) { | <% mt('View typeset quotation PDF') |h %> -

-% } +% } + +% if ( $curuser->access_right('New customer') && $quotation->quotation_pkg ) { + | Place order +% } + +

% if ( $conf->exists('quotation_html') ) { <% join('', $quotation->print_html( preref_callback=>$preref_callback )) %> -- 2.11.0