Skip to content

Commit

Permalink
fix: validation message
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c8dff9)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Jan 29, 2025
1 parent cc96145 commit 4742211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ frappe.ui.form.on("Serial and Batch Bundle", {
},

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) {
Expand Down

0 comments on commit 4742211

Please sign in to comment.