diff options
author | Christopher Burger <burgerc@freeside.biz> | 2019-02-19 14:42:25 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2019-02-19 14:42:25 -0500 |
commit | a7a22257d456394125eed32f8261c75a7f393ec2 (patch) | |
tree | 444e0a4e3594952c1ddb9212e65dd061b5f4866f /httemplate/view | |
parent | 772656864b377bbd2ef2febd40891ef1206b5be0 (diff) |
RT# 82092 - custom fields now save and fixed so name label is displayed insted of actual field name
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/misc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index cb465f57e..d2deae245 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -172,7 +172,7 @@ % } % foreach (sort { $a cmp $b } $cust_main->virtual_fields) { - <% $cust_main->pvf($_)->widget('HTML', 'view', $cust_main->getfield($_)) %> + <% $cust_main->pvf($_)->widget('HTML', 'view', $cust_main->getfield($_), 'TH') %> % } </TABLE> |