commit | bcfec77e2c514ed2d3c78ae2d348e7e93f657410 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Fri Aug 30 19:44:37 2019 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Fri Aug 30 19:44:37 2019 +0530 |
tree | 485df55734babee4ad1011672b46d405e1e5b2eb | |
parent | 744b92d2339369af43ea5be9cf4fbc3844b911fe [diff] |
style: Use single quotes
diff --git a/erpnext/stock/doctype/pick_list/pick_list.js b/erpnext/stock/doctype/pick_list/pick_list.js index 7c1e39a..3f66743 100644 --- a/erpnext/stock/doctype/pick_list/pick_list.js +++ b/erpnext/stock/doctype/pick_list/pick_list.js
@@ -86,7 +86,7 @@ target: frm, source_name: frm.doc.work_order }); - }, __("Select Quantity"), __('Get Items')); + }, __('Select Quantity'), __('Get Items')); }); }, material_request: (frm) => {