Merge branch 'kzrl/64-editable-payment-terms' into 'master'
Remove debug in customer_edit.js See merge request minimalist.software/cmc-sales!6
This commit is contained in:
commit
8b74fe4d86
|
|
@ -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