projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
acls on new import
[freeside.git]
/
httemplate
/
edit
/
svc_phone.cgi
1
<% include( 'elements/svc_Common.html',
2
'name' => 'Phone number',
3
'table' => 'svc_phone',
4
'fields' => [qw( countrycode phonenum )], #pin
5
'labels' => {
6
'countrycode' => 'Country code',
7
'phonenum' => 'Phone number',
8
'pin' => 'PIN',
9
},
10
)
11
%>