summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-07-16 06:19:03 -0700
committerIvan Kohler <ivan@freeside.biz>2014-07-16 06:19:03 -0700
commitb01ee3e9d7061a1b3b4887980b0542371be9bcd8 (patch)
treee18ac239f3b81ac4549b5401be2d8b1487e82292
parent5f8111de04a4a914c72a1642722476db4728339c (diff)
REST API, RT#28181
-rw-r--r--httemplate/REST/1.0/.cust_bill.swpbin12288 -> 0 bytes
-rw-r--r--httemplate/REST/1.0/.cust_main.swpbin12288 -> 0 bytes
-rw-r--r--httemplate/REST/1.0/.cust_pkg.swpbin12288 -> 0 bytes
-rw-r--r--httemplate/REST/1.0/.part_pkg.swpbin12288 -> 0 bytes
-rw-r--r--httemplate/REST/1.0/.phone_avail.swpbin12288 -> 0 bytes
-rw-r--r--httemplate/REST/1.0/.rate_detail.swpbin12288 -> 0 bytes
-rw-r--r--httemplate/REST/1.0/rate_detail2
7 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/REST/1.0/.cust_bill.swp b/httemplate/REST/1.0/.cust_bill.swp
deleted file mode 100644
index 44d4de7a9..000000000
--- a/httemplate/REST/1.0/.cust_bill.swp
+++ /dev/null
Binary files differ
diff --git a/httemplate/REST/1.0/.cust_main.swp b/httemplate/REST/1.0/.cust_main.swp
deleted file mode 100644
index d785784d3..000000000
--- a/httemplate/REST/1.0/.cust_main.swp
+++ /dev/null
Binary files differ
diff --git a/httemplate/REST/1.0/.cust_pkg.swp b/httemplate/REST/1.0/.cust_pkg.swp
deleted file mode 100644
index 451a98554..000000000
--- a/httemplate/REST/1.0/.cust_pkg.swp
+++ /dev/null
Binary files differ
diff --git a/httemplate/REST/1.0/.part_pkg.swp b/httemplate/REST/1.0/.part_pkg.swp
deleted file mode 100644
index 547a79eee..000000000
--- a/httemplate/REST/1.0/.part_pkg.swp
+++ /dev/null
Binary files differ
diff --git a/httemplate/REST/1.0/.phone_avail.swp b/httemplate/REST/1.0/.phone_avail.swp
deleted file mode 100644
index a65bb2748..000000000
--- a/httemplate/REST/1.0/.phone_avail.swp
+++ /dev/null
Binary files differ
diff --git a/httemplate/REST/1.0/.rate_detail.swp b/httemplate/REST/1.0/.rate_detail.swp
deleted file mode 100644
index 8d46a280f..000000000
--- a/httemplate/REST/1.0/.rate_detail.swp
+++ /dev/null
Binary files differ
diff --git a/httemplate/REST/1.0/rate_detail b/httemplate/REST/1.0/rate_detail
index 54e55de6c..6ae503190 100644
--- a/httemplate/REST/1.0/rate_detail
+++ b/httemplate/REST/1.0/rate_detail
@@ -7,7 +7,7 @@ my $extra_sql = '';
if ( $cgi->param('countrycode') =~ /^\+?(\d+)$/ ) {
my $countrycode = $1;
$extra_sql = "
- WHERE EXISTS ( SELECT 1 rate_region
+ WHERE EXISTS ( SELECT 1 FROM rate_region
WHERE rate_detail.dest_regionnum = rate_region.regionnum
AND countrycode = '$countrycode'
";