fix: validation message

(cherry picked from commit 4c8dff942d)
This commit is contained in:
Rohit Waghchaure
2025-01-29 20:36:58 +05:30
committed by Mergify
parent cc96145ac9
commit 47422111b4

View File

@@ -7,7 +7,7 @@ frappe.ui.form.on("Serial and Batch Bundle", {
}, },
before_submit(frm) { before_submit(frm) {
frappe.throw(__("User cannot submitted the Serial and Batch Bundle manually")); frappe.throw(__("The user cannot submit the Serial and Batch Bundle manually"));
}, },
refresh(frm) { refresh(frm) {