mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
removed print statement
This commit is contained in:
@@ -14,7 +14,6 @@ class Lead(SellingController):
|
||||
def onload(self):
|
||||
customer = frappe.db.get_value("Customer", {"lead_name": self.name})
|
||||
self.get("__onload").is_customer = customer
|
||||
print "server", self.get("__onload").is_customer
|
||||
|
||||
def validate(self):
|
||||
self._prev = frappe._dict({
|
||||
|
||||
Reference in New Issue
Block a user