alignment issues

This commit is contained in:
gandhimathi 2018-06-11 15:45:47 +05:30
parent 14d5263b18
commit de37cb51aa
2 changed files with 3 additions and 2 deletions

View File

@ -350,7 +350,8 @@ $result = $this->purchaseorder_model->GetPODetailforBillingServicePO($PO);
{
$PONO =$this->input->post('txtPONO');
$newsup=$this->input->post('newsup');
$newSupId = split("[ - ]+", $newsup);
// $newSupId = split("[ - ]+", $newsup);
$newSupId = preg_split('[-]',$newsup);
$POdt =$this->input->post('PODate');
$PODate = $this->getDateformat($POdt);

View File

@ -3198,7 +3198,7 @@ function populateValueMainFormForDeleteItem(rowid)
<!-- <div class="col-md-10"> -->
<!-- <legend>Multiple File</legend> -->
<div class="col-md-offset-10 col-md-1" >
<div class="col-md-offset-0 col-md-1" >
<input type="button" class="btn btn-primary" id ="addemorebutton" value=" + ADD FILES..">
</div>