mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
fix: Remove method from validation
This commit is contained in:
@@ -31,7 +31,6 @@ class Opportunity(TransactionBase):
|
|||||||
|
|
||||||
self.validate_item_details()
|
self.validate_item_details()
|
||||||
self.validate_uom_is_integer("uom", "qty")
|
self.validate_uom_is_integer("uom", "qty")
|
||||||
self.validate_lead_cust()
|
|
||||||
self.validate_cust_name()
|
self.validate_cust_name()
|
||||||
|
|
||||||
if not self.title:
|
if not self.title:
|
||||||
|
|||||||
Reference in New Issue
Block a user