edit import
This commit is contained in:
parent
d4921c2361
commit
e0dc5f46d7
@ -5411,6 +5411,7 @@ var spclins=$.trim(tinymce.get('edittxtInstruction').getContent());
|
||||
function populateValueMainFormForEditImportTax()
|
||||
{
|
||||
var rows =document.getElementById('ImportTax').rows.length;
|
||||
var editrow = parseFloat(rows)-1;
|
||||
var TotalLanding=0;
|
||||
|
||||
var TotalCustom=0;
|
||||
@ -5483,7 +5484,7 @@ TotalIgst=parseFloat(TotalIgst)+parseFloat(Igst);
|
||||
}
|
||||
|
||||
|
||||
}while (i < rows);
|
||||
}while (i < editrow);
|
||||
|
||||
$('#txttotallanding').val(parseFloat(TotalLanding).toFixed(2));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user