Commit 030aa37f8de5df1e42eda79462648eea1ceb6a55
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,6 +84,9 @@ class BasketController extends Controller | ||
| 84 | 84 | ||
| 85 | public function actionItems(){ | 85 | public function actionItems(){ |
| 86 | $modelMod = new Orders; | 86 | $modelMod = new Orders; |
| 87 | + | ||
| 88 | + | ||
| 89 | + print_r($_POST['Mod']); | ||
| 87 | if(!empty($_GET['deleteID'])){ | 90 | if(!empty($_GET['deleteID'])){ |
| 88 | $modelMod->deleteBasketMod($_GET['deleteID']); | 91 | $modelMod->deleteBasketMod($_GET['deleteID']); |
| 89 | } | 92 | } |