mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
Removed deprecated hub functions
This commit is contained in:
@@ -10,8 +10,8 @@ from frappe import _
|
||||
from erpnext.utilities.product import get_price, get_qty_in_stock
|
||||
from six import string_types
|
||||
|
||||
hub_url = "http://erpnext.hub:8000"
|
||||
# hub_url = "https://hub.erpnext.org"
|
||||
# hub_url = "http://erpnext.hub:8000"
|
||||
hub_url = "https://hub.erpnext.org"
|
||||
# hub_url = "http://192.168.29.145:3000"
|
||||
|
||||
class HubSetupError(frappe.ValidationError): pass
|
||||
|
||||
Reference in New Issue
Block a user