diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2019-02-19 14:42:25 -0500 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2019-02-22 16:04:04 -0500 |
| commit | 167a699ce4eaa68a56cd8d38a79696840ef46679 (patch) | |
| tree | 31a16e45cdb2fe9a9a8dc4b6faed4c41b8402cd1 /httemplate/view | |
| parent | 3e97c5dddd83bd5268c6f54a59d96421b3ca8fbe (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> |
