X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fquotations.html;h=b891436234e3d18cd8078f23218dd4098aee1b3e;hb=1b3abef9815111c52b1370ba5168a592ae9cfcb0;hp=0c4dcdc38891628286595bf074a92154476d7bc0;hpb=caaacb0401180bfbef36274a3d2be1e1a729860f;p=freeside.git diff --git a/httemplate/elements/quotations.html b/httemplate/elements/quotations.html index 0c4dcdc38..b89143623 100644 --- a/httemplate/elements/quotations.html +++ b/httemplate/elements/quotations.html @@ -14,6 +14,7 @@ <% mt('Date') |h %> <% mt('Setup') |h %> <% mt('Recurring') |h %> + <% mt('Description') |h %> @@ -30,6 +31,7 @@ <% $a %><% time2str($date_format, $quotation->_date) |h %> <% $a %><% $quotation->total_setup |h %> <% $a %><% $quotation->total_recur |h %> + <% $a %><% $quotation->quotation_description |h %> <% $opt{convert_label} || 'Convert to customer' %> % }