fix: add string for translation (#41903)
fix: add string for translation
(cherry picked from commit f28c692dca)
Co-authored-by: mahsem <137205921+mahsem@users.noreply.github.com>
This commit is contained in:
@@ -41,7 +41,7 @@ frappe.ui.form.on("Stock Settings", {
|
||||
msg += " ";
|
||||
msg += __("This is considered dangerous from accounting point of view.");
|
||||
msg += "<br>";
|
||||
msg += "Do you still want to enable negative inventory?";
|
||||
msg += __("Do you still want to enable negative inventory?");
|
||||
|
||||
frappe.confirm(
|
||||
msg,
|
||||
|
||||
Reference in New Issue
Block a user