X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fquotations.html;h=b891436234e3d18cd8078f23218dd4098aee1b3e;hb=3d07673d44b50749619bdf1f2b6b931c7ca30d8d;hp=0c4dcdc38891628286595bf074a92154476d7bc0;hpb=9aee669886202be7035e6c6049fc71bc99dd3013;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' %> % }