From d442d0694720a23278398f43429e01fccd684f4e Mon Sep 17 00:00:00 2001 From: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> Date: Sun, 3 Feb 2019 12:45:20 +0530 Subject: [PATCH] Update production_plan.py --- .../manufacturing/doctype/production_plan/production_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/manufacturing/doctype/production_plan/production_plan.py b/erpnext/manufacturing/doctype/production_plan/production_plan.py index a2374c3701a..6b87cf3dbdf 100644 --- a/erpnext/manufacturing/doctype/production_plan/production_plan.py +++ b/erpnext/manufacturing/doctype/production_plan/production_plan.py @@ -571,7 +571,7 @@ def get_items_for_material_requests(doc, sales_order=None, company=None): 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