From b12ce96b2daf0f0b6748ed3e69feffcfe5b7fd7f Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 18 Sep 2017 14:25:38 +0000 Subject: [PATCH] payslip.php edited online with Bitbucket --- application/controllers/payslip.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/application/controllers/payslip.php b/application/controllers/payslip.php index 89ffdcea..227682a7 100755 --- a/application/controllers/payslip.php +++ b/application/controllers/payslip.php @@ -46,10 +46,9 @@ class payslip extends BaseController { $this->global['pageTitle'] = 'Siddharth : Payroll Data Upload2'; - $data['userfile']='HI'; - $data['month']='HI'; + - $this->loadViews("payslipupload2", $this->global, $data , NULL); + $this->loadViews("payslipupload2", $this->global, NULL); } /**