This commit was generated by cvs2svn to compensate for changes in r9232,
[freeside.git] / httemplate / elements / tr-input-money.html
1 <% include('tr-input-text.html', @_,
2              'type'   => 'text',
3              'prefix' => $money_char,
4              'size'   => 8,
5           )
6 %>
7 <%once>
8
9 my $conf = new FS::Conf;
10 my $money_char = $conf->config('money_char') || '$';
11
12 </%once>
13