X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1cd0721d9aa749dda37f3dccaa3da2ba0ebcd2cd..c96c4bb2c3561b54ef23330fdb1fa1d528b26fff:/js/autocomplete_customer.js diff --git a/js/autocomplete_customer.js b/js/autocomplete_customer.js index 64394556a..9359ee536 100644 --- a/js/autocomplete_customer.js +++ b/js/autocomplete_customer.js @@ -4,7 +4,7 @@ $(function(){ $(dummy).autocomplete({ source: function(req, rsp) { $.ajax({ - url: 'controller.pl?action=Customer/ajax_autocomplete', + url: 'controller.pl?action=CustomerVendor/ajaj_customer_autocomplete', dataType: "json", data: { term: req.term, @@ -21,5 +21,5 @@ $(function(){ $(dummy).val(ui.item.name); }, }); - }) -}) + }); +});