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