add column in reports modules
This commit is contained in:
@@ -641,6 +641,7 @@ class UserController extends Controller {
|
||||
$post = $request->all();
|
||||
// var_dump($post['imgupload']);
|
||||
$UserModel = new UserModel;
|
||||
$newTeamStoreModel = new TeamStoreModel;
|
||||
$getYear = date('y');
|
||||
|
||||
$store_id = Auth::user()->store_id;
|
||||
@@ -652,7 +653,7 @@ class UserController extends Controller {
|
||||
$itemDescription = $post['itemDescription'];
|
||||
$itemPrice = $post['itemPrice'];
|
||||
$itemForm = $post['itemForm'];
|
||||
$itemUrl = $store_arrayp[0]->StoreUrl . '-' . $post['itemUrl'];
|
||||
$itemUrl = $store_array[0]->StoreUrl . '-' . $post['itemUrl'];
|
||||
$itemPrivacy = $post['itemPrivacy'];
|
||||
$available_size = implode(",", $_POST['available_size']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user