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