commit | 62944524350a6b4379deeb905a2d069e20cbab2c | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Oct 17 20:00:52 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Thu Oct 17 20:00:52 2013 +0530 |
tree | adbfb0a5fff1307c1baf69a7037524a85094bfa5 | |
parent | f146e8b7f52a3e46e335c0fefd92c347717b370b [diff] |
[minor] removed references to server.py
diff --git a/stock/doctype/item/templates/includes/product_list.js b/stock/doctype/item/templates/includes/product_list.js index 2856bde..efcbe0b 100644 --- a/stock/doctype/item/templates/includes/product_list.js +++ b/stock/doctype/item/templates/includes/product_list.js
@@ -12,7 +12,7 @@ $.ajax({ method: "GET", - url: "server.py", + url: "/", dataType: "json", data: { cmd: "selling.utils.product.get_product_list",