mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
style: Use single quotes
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user