diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-03-14 16:36:41 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-03-14 16:45:41 -0500 |
| commit | 8e1ae165bfb1fba2e3cca8081acadefc81aac95a (patch) | |
| tree | 0faec96ee53102631b27e5a9b46c9edec214684c /httemplate/view/quotation.html | |
| parent | 1ff7070534d12c49c9d16f230301a3880e8dd5ec (diff) | |
RT#38733: Sales forecasting using quotes [percentage sign and check]
Diffstat (limited to 'httemplate/view/quotation.html')
| -rwxr-xr-x | httemplate/view/quotation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index 644d28f19..0570e78d2 100755 --- a/httemplate/view/quotation.html +++ b/httemplate/view/quotation.html @@ -95,7 +95,7 @@ function areyousure(href, message) { </TR> % } % if (length($confidence)) { -<TR><TH STYLE="text-align: right;">Confidence:</TH><TD><% $confidence %></TD></TR> +<TR><TH STYLE="text-align: right;">Confidence:</TH><TD><% $confidence %>%</TD></TR> % } </TABLE> % } |
