'IGRissuefixed'

This commit is contained in:
gandhimathi Bharathirajan 2017-07-05 19:07:07 +05:30
parent 98dbdd9a4d
commit f1bbb7584d

View File

@ -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);
}