assetdetails controller file changes
This commit is contained in:
parent
d0a429a8d0
commit
581f359ffc
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user