mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
added help in doclistview to show match conditions
This commit is contained in:
@@ -151,8 +151,8 @@ wn.module_page["Selling"] = [
|
|||||||
icon: "icon-list",
|
icon: "icon-list",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
"label":wn._("Customer Addresses and Contacts"),
|
"label":wn._("Customer Addresses And Contacts"),
|
||||||
route: "query-report/Customer Addresses and Contacts"
|
route: "query-report/Customer Addresses And Contacts"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":wn._("Sales Orders Pending to be Delivered"),
|
"label":wn._("Sales Orders Pending to be Delivered"),
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ wn.module_page["Setup"] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: wn._("Branding and Printing"),
|
title: wn._("Branding and Printing"),
|
||||||
icon: "icon-printer",
|
icon: "icon-print",
|
||||||
right: true,
|
right: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user