diff options
author | ivan <ivan> | 2009-07-05 23:56:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-05 23:56:24 +0000 |
commit | b153693eaaf58e5af5f454e40f9ec169128f6d92 (patch) | |
tree | cfd731f9532d3ec36d93a5aba6530109a7b28b9c /httemplate/elements/select-did.html | |
parent | 7a62aaba31a74ee3dd5e3b77907aa6f06687608d (diff) |
allow svc_phone.phonenum to be edited when a DID selector is not in use
Diffstat (limited to 'httemplate/elements/select-did.html')
-rw-r--r-- | httemplate/elements/select-did.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/select-did.html b/httemplate/elements/select-did.html index 069516476..fcc5adc2b 100644 --- a/httemplate/elements/select-did.html +++ b/httemplate/elements/select-did.html @@ -68,6 +68,7 @@ my %opt = @_; my $conf = new FS::Conf; my $country = $conf->config('countrydefault') || 'US'; +#false laziness w/tr-select-did.html #XXX make sure this comes through on errors too my $svcpart = $opt{'svcpart'} || $opt{'object'}->svcpart; |