summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-input-money.html
blob: f5749ed084b7b361acc4f72bfb072dd3b2691cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<& 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>