From 62944524350a6b4379deeb905a2d069e20cbab2c Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 17 Oct 2013 20:00:52 +0530 Subject: [PATCH] [minor] removed references to server.py --- stock/doctype/item/templates/includes/product_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock/doctype/item/templates/includes/product_list.js b/stock/doctype/item/templates/includes/product_list.js index 2856bde3d7..efcbe0b2a5 100644 --- a/stock/doctype/item/templates/includes/product_list.js +++ b/stock/doctype/item/templates/includes/product_list.js @@ -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",