import,amend import issue
This commit is contained in:
parent
6210aac2ff
commit
9d6c5fdf83
@ -1364,9 +1364,9 @@ function addNewImportPurchaseOrder()
|
||||
|
||||
//echo "dfds";
|
||||
//die();
|
||||
$PONO =$this->input->post('txtPONO');
|
||||
$POdt = '';
|
||||
$createddt='';
|
||||
$PONO =$this->input->post('txtPONO');
|
||||
$POdt = '';
|
||||
$createddt='';
|
||||
|
||||
$PODate = $this->getDateformat($POdt);
|
||||
$SupplierID = $this->input->post('drpSupplier');
|
||||
@ -1422,8 +1422,8 @@ $createddt='';
|
||||
$SpcialInstruction = $this->input->post('txtSpcialInstruction');
|
||||
//$TotalOrder = $this->input->post('txtToatlOrder');
|
||||
$TotalOrder = $this->input->post('txttot');
|
||||
//echo $TotalOrder;
|
||||
//die();
|
||||
echo $TotalOrder;
|
||||
die();
|
||||
$POStatus = $this->input->post('txtStatus');
|
||||
|
||||
$CreateBy = $this->session->userdata ( 'userId' );
|
||||
|
||||
@ -30,6 +30,7 @@
|
||||
}
|
||||
|
||||
$TotalOrderValue1='';
|
||||
$PlaceofOrigin='';
|
||||
if(!empty($POItem))
|
||||
{
|
||||
|
||||
@ -54,6 +55,7 @@
|
||||
$PaymentTerms = $PO->PaymentTerms;
|
||||
$PaymentDays=$PO->PaymentDays;
|
||||
$PayableAT=$PO->PayableAT;
|
||||
$PlaceofOrigin=$PO->Import_PlaceofOrgin;
|
||||
}
|
||||
}
|
||||
//echo $SuplierName;
|
||||
@ -145,7 +147,7 @@
|
||||
<tr>
|
||||
<td>PO DATE :<?php echo $Podt?></td>
|
||||
<td>DELIVERY DATE / SCHEDULE BY :<?php echo $DeliveryDate.$DeliverySchedule;?></td>
|
||||
<td>PLACE OF ORIGIN: UAE</td>
|
||||
<td>PLACE OF ORIGIN: <?php echo $PlaceofOrigin;?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -2640,7 +2640,7 @@ if($PONOStatus == PO_RELEASED)
|
||||
?>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="txttot" id="txtPONO" value=<?php echo "$totalhidden";?>>
|
||||
<!-- <input type="text" name="txttot" id="txtPONO" value=<?php echo "$totalhidden";?>> -->
|
||||
</div>
|
||||
<input type="hidden" name="txttot" id="txttot" value=<?php echo $totalhidden;?>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user