svc_conferencing, RT#24389
[freeside.git] / httemplate / view / elements / svc_Common.html
index d34ed50..65f373c 100644 (file)
@@ -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;