X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-fixed.html;h=6904e3b3011be9a9c4776513aa7da292f990bdaf;hb=0ec4177b088852a185b88ce3e9941a3ecbc2cb59;hp=dd07d90b69a9d881c474177b7b5a55e77b337279;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;p=freeside.git diff --git a/httemplate/elements/tr-fixed.html b/httemplate/elements/tr-fixed.html index dd07d90b6..6904e3b30 100644 --- a/httemplate/elements/tr-fixed.html +++ b/httemplate/elements/tr-fixed.html @@ -13,6 +13,7 @@ my %opt = @_; my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; my $value = $opt{'formatted_value'} || $opt{'curr_value'} || $opt{'value'}; +$value = $opt{'prefix'} . $value if defined($opt{'prefix'}); unless ( $opt{'noescape'} ) { #compatibility with select-table and friends