Remove debug in customer_edit.js

This commit is contained in:
Karl Cordes 2023-06-15 07:54:32 +10:00
parent 7c7df55d55
commit 4bc9979e6d

View file

@ -1,8 +1,6 @@
$(function() {
console.log("Hello");
// Fairly quick and easy way to make this select box editable. Good enough.
$("#CustomerPaymentTermsOptions").live('change', function(data) {
selectedOption = $("#CustomerPaymentTermsOptions").val();