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:38:58 -0500 |
| commit | 216272ed8a5ccfc8dc72268b9b02cc8fcd4479cf (patch) | |
| tree | ee2aa31446ea3063c28fc3b09ba21e97e8643c77 /httemplate/edit/quotation.html | |
| parent | fd1b98490dcb8802f0b0a00120e742e97afd0bbe (diff) | |
RT#38733: Sales forecasting using quotes [percentage sign and check]
Diffstat (limited to 'httemplate/edit/quotation.html')
| -rw-r--r-- | httemplate/edit/quotation.html | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
