<% $a %><% $quotation->quotationnum %> |
<% $a %><% $money_char.$quotation->total_setup |h %> |
<% $a %><% $money_char.$quotation->total_recur |h %> |
<% $a %><% time2str('%b %d %Y', $quotation->_date) |h %> |
<% $a %><% $quotation->quotation_description |h %> |
<% $a %><% $quotation->close_date ? time2str('%b %d %Y', $quotation->close_date) : '' |h %> |
<% $a %><% length($quotation->confidence) ? $quotation->confidence . '%' : '' |h %> |
<% $opt{convert_label} || 'Convert to customer' %> |
% }
% }