From f1bbb7584d9b87485e75bf98ee41135fd5dc6a76 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Wed, 5 Jul 2017 19:07:07 +0530 Subject: [PATCH] 'IGRissuefixed' --- application/controllers/storestatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }