X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fquotations.html;h=b891436234e3d18cd8078f23218dd4098aee1b3e;hb=1b3abef9815111c52b1370ba5168a592ae9cfcb0;hp=2af10165209607883303fd0a8fea0d382911fa91;hpb=3e9a428cbc8abd4af6fea8eb828126519b43198b;p=freeside.git diff --git a/httemplate/elements/quotations.html b/httemplate/elements/quotations.html index 2af101652..b89143623 100644 --- a/httemplate/elements/quotations.html +++ b/httemplate/elements/quotations.html @@ -1,7 +1,7 @@ % if ( $curuser->access_right('Generate quotation') ) { <% mt( 'Quotations' ) |h %> - New quotation + Create new quotation % if ( @quotations ) { <& /elements/table-grid.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' %> % }