X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fquotation.html;h=58d398ca2954e27bc9508aa45205d6f62ffc3258;hp=484bedd04f902ca33107092a6792c8f3d6e78035;hb=a2c196921e984b7f1784fbb41c96a053ef68c9ee;hpb=8b70832328eb02dc9253dab7b436c6479b588162 diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index 484bedd04..58d398ca2 100755 --- a/httemplate/view/quotation.html +++ b/httemplate/view/quotation.html @@ -23,9 +23,13 @@ function areyousure(href, message) { % if ( $curuser->access_right('One-time charge') ) { <% $inrow ? ' | ' : '' %> - <& /elements/one_time_charge_link.html, - map { $_ => $quotation->$_ } qw( quotationnum custnum prospectnum ) - &> +% my $query = 'quotationnum=' . $quotation->get('quotationnum'); +% if ($quotation->custnum) { +% $query .= ';custnum=' . $quotation->custnum; +% } else { +% $query .= ';prospectnum=' . $quotation->prospectnum; +% } + <% emt('One-time charge') %> % $inrow++; % } @@ -63,7 +67,9 @@ function areyousure(href, message) {

% 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 Place order + | Order on hold

% } @@ -98,7 +104,7 @@ function areyousure(href, message) { % } % if (length($confidence)) { -Confidence:<% $confidence %> +Confidence:<% $confidence %>% % } % }