<% 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>