style: Use single quotes

This commit is contained in:
Suraj Shetty 2019-08-30 19:44:37 +05:30
parent 744b92d233
commit bcfec77e2c

View File

@ -86,7 +86,7 @@ frappe.ui.form.on('Pick List', {
target: frm, target: frm,
source_name: frm.doc.work_order source_name: frm.doc.work_order
}); });
}, __("Select Quantity"), __('Get Items')); }, __('Select Quantity'), __('Get Items'));
}); });
}, },
material_request: (frm) => { material_request: (frm) => {