exempt jjed phl intax

This commit is contained in:
franknstayn
2020-02-28 06:58:41 -06:00
parent 8408695473
commit 587819be9a
2 changed files with 2 additions and 2 deletions

View File

@@ -520,7 +520,7 @@ class TeamStoreController extends Controller {
$items = $m->myCart($cartKey);
$getSubtotal = $m->getSubtotal($cartKey);
$items_group = $m->myCartGroup($cartKey);
var_dump($items_group);
//var_dump($items_group);
$grouped_item = $m->selectTeamStoreGroupByCartKey($cartKey);
if($grouped_item){
$defId = $grouped_item[0]->StoreId;