Merge pull request #56494 from mihir-kandoi/messages-js/subcontracting

chore: rewrite user-facing JS messages in subcontracting module
This commit is contained in:
Mihir Kandoi
2026-06-25 17:54:25 +05:30
committed by GitHub

View File

@@ -143,7 +143,7 @@ frappe.ui.form.on("Subcontracting Receipt", {
if (!frm.doc.supplier) {
frappe.throw({
title: __("Mandatory"),
message: __("Please Select a Supplier"),
message: __("Please select a supplier"),
});
}