Resolve "Resq - message prompt for non-serviceable area" #1353

Merged
korina.cordero merged 176 commits from 463-resq-message-prompt-for-non-serviceable-area into 465-resq-august-13-release 2020-08-12 05:41:57 +00:00
Showing only changes of commit 1a82676c25 - Show all commits

View file

@ -437,8 +437,6 @@ class CMBCustomerHandler implements CustomerHandlerInterface
$total = $tquery->getQuery()
->getSingleScalarResult();
error_log($total);
// pagination vars
$page = $req->query->get('page') ?? 1;
$perpage = 20;
@ -479,7 +477,7 @@ class CMBCustomerHandler implements CustomerHandlerInterface
->setFirstResult($offset)
->setMaxResults($perpage)
->getQuery();
error_log($query_obj->getSql());
// error_log($query_obj->getSql());
$obj_rows = $query_obj->getResult();