mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Make -> Create
This commit is contained in:
@@ -64,7 +64,7 @@ frappe.ui.form.on('Material Request', {
|
|||||||
|
|
||||||
if (frm.doc.material_request_type === "Customer Provided") {
|
if (frm.doc.material_request_type === "Customer Provided") {
|
||||||
frm.add_custom_button(__("Material Receipt"),
|
frm.add_custom_button(__("Material Receipt"),
|
||||||
() => frm.events.make_stock_entry(frm), __("Make"));
|
() => frm.events.make_stock_entry(frm), __('Create'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (frm.doc.material_request_type === "Purchase") {
|
if (frm.doc.material_request_type === "Purchase") {
|
||||||
|
|||||||
Reference in New Issue
Block a user