mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 07:29:22 +00:00
[hotfix] included the get_purchase_trends_filters instead of get_sales_trends_filters in Purchase Receipts trends (#10127)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
frappe.require("assets/erpnext/js/purchase_trends_filters.js", function() {
|
frappe.require("assets/erpnext/js/purchase_trends_filters.js", function() {
|
||||||
frappe.query_reports["Purchase Receipt Trends"] = {
|
frappe.query_reports["Purchase Receipt Trends"] = {
|
||||||
filters: erpnext.get_sales_trends_filters()
|
filters: erpnext.get_purchase_trends_filters()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user