summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2008-08-19 10:06:45 +0000
committerivan <ivan>2008-08-19 10:06:45 +0000
commitc3054513f27015595ce512dcb28748fb9ee11e27 (patch)
tree4119989086933a69abb131b184f6691d8d501cef /httemplate/edit
parent233ef9c25931dd63e690b402dcbeb1df275e540d (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>