mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
Fixed conflict merge
This commit is contained in:
@@ -180,6 +180,16 @@ wn.module_page["Selling"] = [
|
||||
route: "query-report/Customers Not Buying Since Long Time",
|
||||
doctype: "Sales Order"
|
||||
},
|
||||
{
|
||||
"label":wn._("Quotation Trend"),
|
||||
route: "query-report/Quotation Trends",
|
||||
doctype: "Quotation"
|
||||
},
|
||||
{
|
||||
"label":wn._("Sales Order Trend"),
|
||||
route: "query-report/Sales Order Trends",
|
||||
doctype: "Sales Order"
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user