Commit 030aa37f8de5df1e42eda79462648eea1ceb6a55

Authored by Administrator
1 parent a3d1f148

image size

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
frontend/controllers/BasketController.php
... ... @@ -84,6 +84,9 @@ class BasketController extends Controller
84 84  
85 85 public function actionItems(){
86 86 $modelMod = new Orders;
  87 +
  88 +
  89 + print_r($_POST['Mod']);
87 90 if(!empty($_GET['deleteID'])){
88 91 $modelMod->deleteBasketMod($_GET['deleteID']);
89 92 }
... ...