mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-29 01:14:02 +00:00
bug fixing
This commit is contained in:
@@ -40,7 +40,6 @@ class WarehouseController extends Controller
|
||||
public function show($id)
|
||||
{
|
||||
$warehouses = DB::table('warehouses')
|
||||
//->join('id', 'address', 'city', 'zip')
|
||||
->select('id', 'address', 'city', 'zip', 'state', 'contact_person', 'contact_person_no', 'branch', 'country', 'com_id')
|
||||
->where('com_id', Auth::user()->company())
|
||||
->get();
|
||||
|
||||
Reference in New Issue
Block a user