summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-04 16:23:54 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-04 16:23:54 -0800
commit5264cbf1175e3ea73cf9bcf5087c5028e6cf3b1c (patch)
tree01c07f0d3f21feaf8fa606355ed38da700fd6db1 /httemplate/view
parent50e89d97c110d58e0755c69775e0d243a82e352d (diff)
svc_conferencing, RT#24389
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/elements/svc_Common.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/view/elements/svc_Common.html b/httemplate/view/elements/svc_Common.html
index d34ed509a..65f373cb6 100644
--- a/httemplate/view/elements/svc_Common.html
+++ b/httemplate/view/elements/svc_Common.html
@@ -78,9 +78,7 @@ function areyousure(href) {
% my $hack_strict_refs = \&{ $f->{'value_callback'} };
% $value = &$hack_strict_refs($svc_x);
% } else {
-% $value = exists($f->{'value'})
-% ? $f->{'value'}
-% : encode_entities($svc_x->$field);
+% $value = encode_entities($svc_x->$field);
% }
% } else {
% $field = $f;