google analytics test
This commit is contained in:
@@ -598,8 +598,8 @@ class UserController extends Controller {
|
||||
$getYear = date('y');
|
||||
|
||||
$store_id = Auth::user()->store_id;
|
||||
$templateCode = null;
|
||||
$designCode = null;
|
||||
$templateCode = $post['templateCode'];
|
||||
$designCode = $post['designCode'];
|
||||
$itemName = $post['itemName'];
|
||||
$itemDescription = $post['itemDescription'];
|
||||
$itemPrice = $post['itemPrice'];
|
||||
|
||||
Reference in New Issue
Block a user