X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Felements%2Fsvc_Common.html;fp=httemplate%2Fview%2Felements%2Fsvc_Common.html;h=65f373cb6f07c2c6e26b29fcaa5eff7e7b9f9c1f;hp=d34ed509a51abc4989501646862db7abc2ac41d7;hb=5264cbf1175e3ea73cf9bcf5087c5028e6cf3b1c;hpb=50e89d97c110d58e0755c69775e0d243a82e352d 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;