summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2008-08-19 10:06:46 +0000
committerivan <ivan>2008-08-19 10:06:46 +0000
commitfdc53129d6c3073c1616bf3b9f045fad6dc7cb71 (patch)
tree386c01bf1f366462f639728e84a2b6d4ecb64ea7 /httemplate/edit
parentfe8a8446fed648694e11f5a57f1da34c9036da3e (diff)
more consistent prefix display, and don't forget nxx'
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/rate_region.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/rate_region.cgi b/httemplate/edit/rate_region.cgi
index c58fc8065..496e054b1 100644
--- a/httemplate/edit/rate_region.cgi
+++ b/httemplate/edit/rate_region.cgi
@@ -29,7 +29,7 @@
<BR><FONT SIZE="-1">(comma-separated)</FONT>
</TD>
<TD>
- <TEXTAREA NAME="npa" WRAP=SOFT><% join(', ', map $_->npa, @rate_prefix ) %></TEXTAREA>
+ <TEXTAREA NAME="npa" WRAP=SOFT><% join(', ', map { $_->npa. (length($_->nxx) ? '-'.$_->nxx : '') } @rate_prefix ) %></TEXTAREA>
</TD>
</TR>