supplier payment terms
This commit is contained in:
parent
75b3073620
commit
53d3683c72
@ -1915,6 +1915,11 @@ $('#drpSupplier').change(function() {
|
|||||||
$('#otheroptiondiv').show();
|
$('#otheroptiondiv').show();
|
||||||
$('#Otherpayment').val('');
|
$('#Otherpayment').val('');
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$('#otheroptiondiv').hide();
|
||||||
|
$('#Otherpayment').show();
|
||||||
|
}
|
||||||
|
|
||||||
$('#PaymentTerms').empty();
|
$('#PaymentTerms').empty();
|
||||||
var paymentList = <?php echo json_encode($Payment, JSON_PRETTY_PRINT) ?>;
|
var paymentList = <?php echo json_encode($Payment, JSON_PRETTY_PRINT) ?>;
|
||||||
@ -3991,7 +3996,7 @@ var Detail = <?php echo json_encode($Payment, JSON_PRETTY_PRINT) ?>;
|
|||||||
} );
|
} );
|
||||||
$("#PaymentTerms").change(function() {
|
$("#PaymentTerms").change(function() {
|
||||||
console.log($('#PaymentTerms').val().trim());
|
console.log($('#PaymentTerms').val().trim());
|
||||||
if ($('#PaymentTerms').val().trim()=='PT08')
|
if ($('#PaymentTerms').val().trim()=='Others')
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user