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/part_svc_column.html | 2 +- httemplate/edit/elements/svc_Common.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'httemplate/edit/elements') diff --git a/httemplate/edit/elements/part_svc_column.html b/httemplate/edit/elements/part_svc_column.html index bdbce7c79..075f15e2c 100644 --- a/httemplate/edit/elements/part_svc_column.html +++ b/httemplate/edit/elements/part_svc_column.html @@ -97,7 +97,7 @@ my %communigate_fields = ( + VALUE="<% $part_svc_column->columnlabel || escapeHTML($def->{'label'}) |h %>"> 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