projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add more fields to towers and sectors, RT#16372
[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