mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
Merge pull request #45601 from frappe/mergify/bp/version-15-hotfix/pr-45600
fix: validation message (backport #45600)
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user