amend import

This commit is contained in:
venbatechnologies@gmail.com 2017-07-28 11:00:01 +05:30
parent 09bdb1bc07
commit e17fb87206
3 changed files with 3 additions and 2 deletions

View File

@ -1669,7 +1669,7 @@ function addNewImportPurchaseOrder()
$SpcialInstruction = $this->input->post('txtSpcialInstruction');
//$TotalOrder = $this->input->post('txtToatlOrder');
$TotalOrder = $this->input->post('txttot');
echo $TotalOrder;
// echo $TotalOrder;
//die();
$POStatus = $this->input->post('txtStatus');

View File

@ -3212,6 +3212,7 @@ TotalOrdervalue=parseFloat(TotalOrdervalue)+parseFloat(Totalvalue);
$('#txttotalavlmodvat').val(parseFloat(TotalAvlmodvat).toFixed(2));
$('#txttotalgrossexpense').val(parseFloat(TotalGrossExpense).toFixed(2));
$('#txtToatlOrder').val(parseFloat(TotalOrdervalue).toFixed(2));
$('#txttot').val(parseFloat(TotalOrdervalue).toFixed(2));
//var a=parseFloat($('#txttotallanding').val());
//console.log(a);

View File

@ -2642,7 +2642,7 @@ if($PONOStatus == PO_RELEASED)
<!-- <input type="text" name="txttot" id="txtPONO" value=<?php echo "$totalhidden";?>> -->
</div>
<input type="text" name="txttot" id="txttot" value=<?php echo $totalhidden;?>
<input type="hidden" name="txttot" id="txttot" value=<?php echo $totalhidden;?>
<div class="col-md-12">