diff --git a/application/controllers/storestatus.php b/application/controllers/storestatus.php index 6dfbdbd6..6ba65f1f 100755 --- a/application/controllers/storestatus.php +++ b/application/controllers/storestatus.php @@ -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); }