removed amendment_date mandatory validation from purchase cucle

This commit is contained in:
Rushabh Mehta
2013-01-23 09:17:51 +01:00
parent b7f13118d3
commit 5842ee0918
5 changed files with 3 additions and 18 deletions

View File

@@ -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)