From: Ivan Kohler Date: Thu, 8 Jan 2015 05:38:01 +0000 (-0800) Subject: place order from quotation view, RT#20688 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3e34c2485163893b390e70bf9a5f357b32e57e21 place order from quotation view, RT#20688 --- 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 )) %>