RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / REST / 1.0 / phone_avail
index ef9d3e7..c6638f4 100644 (file)
@@ -17,7 +17,8 @@ if ( scalar(@exports) > 1 ) {
   die "no DID providing export attached to svcpart $svcpart";
 }
 my $export = $exports[0];
-    
+
+# XXX no error handling
 my $phonenums = $export->get_dids( map { $_ => scalar($cgi->param($_)) }
                                      qw( ratecenter state areacode exchange )
                                  );