diff options
author | Mark Wells <mark@freeside.biz> | 2014-07-30 13:58:08 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-07-30 13:58:08 -0700 |
commit | b115edf77fc13e1c9f4de3ba84b1b03428a31b94 (patch) | |
tree | 1fc9da37fe48d0d19923d319ce16317fbdc2696f | |
parent | 01fbb8674cee73686d3e847565fd21b71eaeb983 (diff) |
debug
-rw-r--r-- | httemplate/search/e911.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/search/e911.html b/httemplate/search/e911.html index e2283f873..75dbef7d5 100644 --- a/httemplate/search/e911.html +++ b/httemplate/search/e911.html @@ -78,7 +78,6 @@ if ( $agentnum ) { my $subquery = "$select $from $where GROUP BY cust_bill_pkg.billpkgnum, cust_bill_pkg.quantity"; -warn $subquery; # This has one row for each E911 line item that has any payments applied. # Fields are the billpkgnum of the item (currently unused), the number of # E911 charges, and the total amount paid (always > 0). |