summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorlevinse <levinse>2011-07-07 01:43:49 +0000
committerlevinse <levinse>2011-07-07 01:43:49 +0000
commite68a94ea154f45540d7c07e2338b49a371aff57d (patch)
tree59f0c463ed42a105e74d94fa7f79e5256e8e3f02 /httemplate
parent368708fcc7f5ae75fb43fdcb8127a99529ca92e9 (diff)
various DID inventory changes, RT12754
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/process/did_order.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/did_order.html b/httemplate/edit/process/did_order.html
index 6a2884413..23fe62bfd 100644
--- a/httemplate/edit/process/did_order.html
+++ b/httemplate/edit/process/did_order.html
@@ -28,7 +28,7 @@ foreach my $param ( @params ) {
if ( $param =~ /^(orderitemnum[0-9]+)_rc_new$/ ) {
my $prefix = $1;
my $value = $cgi->param($param);
- if( $value =~ /^[A-Za-z0-9\- ]+$/ ) {
+ if( $value =~ /^[A-Za-z0-9:\- ]+$/ ) {
my $rc = new FS::rate_center({ description => $value });
my $error = $rc->insert;
die "error inserting new rate center: $error" if $error;