mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
removed amendment_date mandatory validation from purchase cucle
This commit is contained in:
@@ -130,7 +130,6 @@ class DocType(BuyingController):
|
||||
|
||||
pc_obj = get_obj(dt='Purchase Common')
|
||||
pc_obj.validate_for_items(self)
|
||||
pc_obj.validate_mandatory(self)
|
||||
pc_obj.get_prevdoc_date(self)
|
||||
pc_obj.validate_reference_value(self)
|
||||
self.check_for_stopped_status(pc_obj)
|
||||
|
||||
Reference in New Issue
Block a user