mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 09:17:15 +00:00
[minor] removed references to server.py
This commit is contained in:
@@ -12,7 +12,7 @@ window.get_product_list = function() {
|
||||
|
||||
$.ajax({
|
||||
method: "GET",
|
||||
url: "server.py",
|
||||
url: "/",
|
||||
dataType: "json",
|
||||
data: {
|
||||
cmd: "selling.utils.product.get_product_list",
|
||||
|
||||
Reference in New Issue
Block a user