summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-fixed.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-01-16 13:48:57 -0800
committerMark Wells <mark@freeside.biz>2014-01-16 13:48:57 -0800
commit63d5cd3d1b5f7f7acf42eb9e0bb9c9c1f5d4dd47 (patch)
treee937300408f525b0c21298ad37bb57a4e6b3969c /httemplate/elements/tr-fixed.html
parent8b0ac664249e4847db8853eac5c4b28d94770294 (diff)
allow modifying one-time charges before they're billed, #26282
Diffstat (limited to 'httemplate/elements/tr-fixed.html')
-rw-r--r--httemplate/elements/tr-fixed.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/tr-fixed.html b/httemplate/elements/tr-fixed.html
index dd07d90..6904e3b 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