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