removed print statement
This commit is contained in:
parent
85786f3071
commit
956d7868b5
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user