alignment issues
This commit is contained in:
parent
14d5263b18
commit
de37cb51aa
@ -350,7 +350,8 @@ $result = $this->purchaseorder_model->GetPODetailforBillingServicePO($PO);
|
|||||||
{
|
{
|
||||||
$PONO =$this->input->post('txtPONO');
|
$PONO =$this->input->post('txtPONO');
|
||||||
$newsup=$this->input->post('newsup');
|
$newsup=$this->input->post('newsup');
|
||||||
$newSupId = split("[ - ]+", $newsup);
|
// $newSupId = split("[ - ]+", $newsup);
|
||||||
|
$newSupId = preg_split('[-]',$newsup);
|
||||||
|
|
||||||
$POdt =$this->input->post('PODate');
|
$POdt =$this->input->post('PODate');
|
||||||
$PODate = $this->getDateformat($POdt);
|
$PODate = $this->getDateformat($POdt);
|
||||||
|
|||||||
@ -3198,7 +3198,7 @@ function populateValueMainFormForDeleteItem(rowid)
|
|||||||
<!-- <div class="col-md-10"> -->
|
<!-- <div class="col-md-10"> -->
|
||||||
|
|
||||||
<!-- <legend>Multiple File</legend> -->
|
<!-- <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..">
|
<input type="button" class="btn btn-primary" id ="addemorebutton" value=" + ADD FILES..">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user