[Fix] Purchase receipt title issue

This commit is contained in:
Rohit Waghchaure 2016-09-30 18:35:48 +05:30
parent 6870e45276
commit 74bf022273

View File

@ -75,7 +75,7 @@ class MaterialRequest(BuyingController):
pc_obj = frappe.get_doc('Purchase Common') pc_obj = frappe.get_doc('Purchase Common')
pc_obj.validate_for_items(self) pc_obj.validate_for_items(self)
self.set_title() # self.set_title()
# self.validate_qty_against_so() # self.validate_qty_against_so()