Make -> Create

This commit is contained in:
Suraj Shetty 2018-12-24 16:16:13 +05:30
parent 146be9f6a6
commit 67b311e95e

View File

@ -64,7 +64,7 @@ frappe.ui.form.on('Material Request', {
if (frm.doc.material_request_type === "Customer Provided") {
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") {