From bcfec77e2c514ed2d3c78ae2d348e7e93f657410 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Fri, 30 Aug 2019 19:44:37 +0530 Subject: [PATCH] style: Use single quotes --- erpnext/stock/doctype/pick_list/pick_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/pick_list/pick_list.js b/erpnext/stock/doctype/pick_list/pick_list.js index 7c1e39a7a87..3f66743f078 100644 --- a/erpnext/stock/doctype/pick_list/pick_list.js +++ b/erpnext/stock/doctype/pick_list/pick_list.js @@ -86,7 +86,7 @@ frappe.ui.form.on('Pick List', { target: frm, source_name: frm.doc.work_order }); - }, __("Select Quantity"), __('Get Items')); + }, __('Select Quantity'), __('Get Items')); }); }, material_request: (frm) => {