assetdetails controller file changes

This commit is contained in:
gandhimathi 2017-08-21 08:07:53 +00:00
parent d0a429a8d0
commit 581f359ffc

View File

@ -343,7 +343,7 @@ class assetdetails extends BaseController
$DateOfPurchase = $this->input->post('DateOfPurchase'); $DateOfPurchase = $this->input->post('DateOfPurchase');
if($DateOfPurchase != '') if($DateOfPurchase != '')
{ {
$DOpurchase = $this->dateformat($DateOfPurchase); $DOpurchase = $this->getDateformat($DateOfPurchase);
} }
@ -354,8 +354,8 @@ class assetdetails extends BaseController
if($DateOfCommission != '') if($DateOfCommission != '')
{ {
//$DOCommission= $this->getDateformat($DateOfCommission); $DOCommission= $this->getDateformat($DateOfCommission);
$DOCommission= $this->dateformat($DateOfCommission); //$DOCommission= $this->dateformat($DateOfCommission);
} }