diff --git a/application/views/sales/form.php b/application/views/sales/form.php index 4f8070425..7da5d029a 100755 --- a/application/views/sales/form.php +++ b/application/views/sales/form.php @@ -112,7 +112,7 @@ $(document).ready(function() $("input[name='customer_name']").val(ui.item.label); }; - $("#customer_name ").autocomplete( + $("#customer_name").autocomplete( { source: '', minChars: 0, diff --git a/dist/opensourcepos.js b/dist/opensourcepos.js index fdae7876f..03559c32c 100644 --- a/dist/opensourcepos.js +++ b/dist/opensourcepos.js @@ -43969,7 +43969,6 @@ $.extend( $.validator, { data: data, context: validator.currentForm, success: function( response ) { - debugger;; var valid = response === true || response === "true", errors, message, submitted;