blob: 88014192daa9b41a34f83b4978c3ed5c155d9664 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | <% include('tr-input-text.html', @_,
             'type'   => 'text',
             'prefix' => $money_char,
             'size'   => 8,
          )
%>
<%once>
my $conf = new FS::Conf;
my $money_char = $conf->config('money_char') || '$';
</%once>
 |