Skip to content

Commit

Permalink
refactor: resolved linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanilsaha committed Jan 9, 2025
1 parent 099ebb3 commit b0b4363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/selling/page/point_of_sale/pos_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ erpnext.PointOfSale.Controller = class {
if (item_row.serial_no.split("\n").includes(value)) {
frappe.msgprint({
title: __("Duplicate Serial No"),
message: __(`${value} is already added to the cart.`),
message: __("Serial No is already added to the cart."),
indicator: "orange",
});
return;
Expand Down

0 comments on commit b0b4363

Please sign in to comment.