'IGRissuefixed'
This commit is contained in:
parent
98dbdd9a4d
commit
f1bbb7584d
@ -46,7 +46,7 @@ class storestatus extends BaseController
|
||||
|
||||
$this->global['pageTitle'] = 'Siddharth Industries : Store Status';
|
||||
//viewStock
|
||||
$data['Stock'] $this->store_model->viewStock();
|
||||
$data['Stock'] = $this->store_model->viewStock();
|
||||
$this->loadViews("storestatus", $this->global, $data,null);
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user