style: Use single quotes
This commit is contained in:
parent
744b92d233
commit
bcfec77e2c
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user