mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
Merge pull request #6515 from rohitwaghchaure/purchase_receipt_title_issue
[Fix] Purchase receipt title issue
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user