fix A/R report
[freeside.git] / httemplate / elements / tr-input-money.html
1 <& tr-input-text.html, @_,
2              'type'   => 'text',
3              'prefix' => $money_char,
4              'size'   => 8,
5 &>
6 <%once>
7
8 my $conf = new FS::Conf;
9 my $money_char = $conf->config('money_char') || '$';
10
11 </%once>
12