Avl Bud Amt issue fixed

This commit is contained in:
gandhimathi Bharathirajan 2017-08-16 10:59:28 +05:30
parent b62bdfb824
commit c4fcc1eef7

View File

@ -527,6 +527,7 @@ class requisitionform extends BaseController
$ReqType = ''; $ReqType = '';
$FYStart = ''; $FYStart = '';
$FYEnd = ''; $FYEnd = '';
$this->load->model('costcenter_model');
$FiscalYear = $this->costcenter_model->getFiscalYear(); $FiscalYear = $this->costcenter_model->getFiscalYear();
if(!empty($FiscalYear)) if(!empty($FiscalYear))
{ {