commit | d442d0694720a23278398f43429e01fccd684f4e | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Sun Feb 03 12:45:20 2019 +0530 |
committer | GitHub <noreply@github.com> | Sun Feb 03 12:45:20 2019 +0530 |
tree | 8830c2c6da59fdbd47b28b0bb30e48f8ad01992d | |
parent | f667cff5a6719a10343bc7ff50f41b9846cd5fa8 [diff] |
Update production_plan.py
diff --git a/erpnext/manufacturing/doctype/production_plan/production_plan.py b/erpnext/manufacturing/doctype/production_plan/production_plan.py index a2374c3..6b87cf3 100644 --- a/erpnext/manufacturing/doctype/production_plan/production_plan.py +++ b/erpnext/manufacturing/doctype/production_plan/production_plan.py
@@ -571,7 +571,7 @@ if data['item_code']: item_master = frappe.get_doc('Item', data['item_code']).as_dict() else: - frappe.throw(_("Please select items in SELECT ITEMS section")) + frappe.throw(_("Please select items first")) purchase_uom = item_master.purchase_uom or item_master.stock_uom conversion_factor = 0