From 63d5cd3d1b5f7f7acf42eb9e0bb9c9c1f5d4dd47 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 16 Jan 2014 13:48:57 -0800 Subject: allow modifying one-time charges before they're billed, #26282 --- httemplate/elements/tr-fixed.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements/tr-fixed.html') 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 -- cgit v1.2.1