Remove debug in customer_edit.js
This commit is contained in:
parent
7c7df55d55
commit
4bc9979e6d
|
|
@ -1,8 +1,6 @@
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
|
|
||||||
console.log("Hello");
|
|
||||||
|
|
||||||
// Fairly quick and easy way to make this select box editable. Good enough.
|
// Fairly quick and easy way to make this select box editable. Good enough.
|
||||||
$("#CustomerPaymentTermsOptions").live('change', function(data) {
|
$("#CustomerPaymentTermsOptions").live('change', function(data) {
|
||||||
selectedOption = $("#CustomerPaymentTermsOptions").val();
|
selectedOption = $("#CustomerPaymentTermsOptions").val();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue