From 8e1ae165bfb1fba2e3cca8081acadefc81aac95a Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 14 Mar 2016 16:36:41 -0500 Subject: RT#38733: Sales forecasting using quotes [percentage sign and check] --- httemplate/edit/quotation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/quotation.html b/httemplate/edit/quotation.html index 437284094..43e815c09 100644 --- a/httemplate/edit/quotation.html +++ b/httemplate/edit/quotation.html @@ -16,7 +16,7 @@ { field=>'custnum', type=>'fixed-cust_main' }, { field=>'_date', type=>'fixed-date' }, { field=>'close_date', type=>'input-date-field' }, - { field=>'confidence', type=>'text', size=>6 }, + { field=>'confidence', type=>'text', size=>3, postfix=>'%' }, ($can_disable ? { field=>'disabled', type=>'checkbox', value=>'Y'} : ()), ], #XXX some way to disable the "view all" -- cgit v1.2.1