From 167a699ce4eaa68a56cd8d38a79696840ef46679 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 19 Feb 2019 14:42:25 -0500 Subject: RT# 82092 - custom fields now save and fixed so name label is displayed insted of actual field name --- httemplate/edit/elements/svc_Common.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/edit/elements/svc_Common.html') diff --git a/httemplate/edit/elements/svc_Common.html b/httemplate/edit/elements/svc_Common.html index e1c309080..e5dc55979 100644 --- a/httemplate/edit/elements/svc_Common.html +++ b/httemplate/edit/elements/svc_Common.html @@ -227,7 +227,8 @@ $html .= $svc_x->pvf($field)->widget( 'HTML', 'edit', - $svc_x->getfield($field) + $svc_x->getfield($field), + 'TH' ); } } -- cgit v1.2.1