editSupplier.php hidden field change online with Bitbucket

This commit is contained in:
gandhimathi 2017-07-31 06:48:17 +00:00
parent ed67f3901c
commit 8de05a9f6a

View File

@ -521,7 +521,7 @@ function onlyAlphabets(evt) {
}
}
?>
<input type="hidden" id="paymentid" name="paymentid" value="<?php echo $PaymentTerms;?>" >
<input type="hidden" id="paymentid" name="paymentid" value="<?php echo $PaymentId;?>" >
<!--<input type="hidden" id="paymentname" name="paymentname" value="<?php echo $PaymentId;?>"> -->
</select>
</div>