mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 23:12:13 +00:00
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 += " ";
|
||||||
msg += __("This is considered dangerous from accounting point of view.");
|
msg += __("This is considered dangerous from accounting point of view.");
|
||||||
msg += "<br>";
|
msg += "<br>";
|
||||||
msg += "Do you still want to enable negative inventory?";
|
msg += __("Do you still want to enable negative inventory?");
|
||||||
|
|
||||||
frappe.confirm(
|
frappe.confirm(
|
||||||
msg,
|
msg,
|
||||||
|
|||||||
Reference in New Issue
Block a user