diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-03-16 20:28:56 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-05-24 14:34:03 -0400 |
| commit | 9c83820a962627f5b5e1e196c8ef310fb96c7407 (patch) | |
| tree | 630d9d31b099d38b63d946a966ea1ddc020ab49c /httemplate/elements | |
| parent | 32c7933d64dba53b0b4eae7deea4540600b575ed (diff) | |
RT# 74666, Added quotation description to customer quotation list and quotation view
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/quotations.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Date') |h %></TH> <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Setup') |h %></TH> <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Recurring') |h %></TH> + <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Description') |h %></TH> <TH CLASS="grid" BGCOLOR="#cccccc"></TH> </TR> </THEAD> @@ -30,6 +31,7 @@ <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $a %><% time2str($date_format, $quotation->_date) |h %></A></TD> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $a %><% $quotation->total_setup |h %></A></TD> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $a %><% $quotation->total_recur |h %></A></TD> + <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $a %><% $quotation->quotation_description |h %></A></TD> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><A HREF="<%$p%>edit/process/quotation_convert.html?quotationnum=<% $quotation->quotationnum %>"><% $opt{convert_label} || 'Convert to customer' %></A></TD> </TR> % } |
