mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-02 16:13:22 +00:00
Merge pull request #56494 from mihir-kandoi/messages-js/subcontracting
chore: rewrite user-facing JS messages in subcontracting module
This commit is contained in:
@@ -143,7 +143,7 @@ frappe.ui.form.on("Subcontracting Receipt", {
|
|||||||
if (!frm.doc.supplier) {
|
if (!frm.doc.supplier) {
|
||||||
frappe.throw({
|
frappe.throw({
|
||||||
title: __("Mandatory"),
|
title: __("Mandatory"),
|
||||||
message: __("Please Select a Supplier"),
|
message: __("Please select a supplier"),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user