mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
Fix translate stock/page/stock_home/stock_home.js
This commit is contained in:
@@ -106,7 +106,7 @@ wn.module_page["Stock"] = [
|
|||||||
"label": wn._("Stock Settings"),
|
"label": wn._("Stock Settings"),
|
||||||
"route": "Form/Stock Settings",
|
"route": "Form/Stock Settings",
|
||||||
"doctype":"Stock Settings",
|
"doctype":"Stock Settings",
|
||||||
"description": "Settings for Stock Module"
|
"description": wn._("Settings for Stock Module")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"route":"Sales Browser/Item Group",
|
"route":"Sales Browser/Item Group",
|
||||||
|
|||||||
Reference in New Issue
Block a user