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