fix: add include closed orders option in so/po trends report

This commit is contained in:
Nihantra Patel
2024-05-20 16:02:10 +05:30
parent 6e3782a061
commit 91c9d964f9
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ frappe.query_reports["Purchase Order Trends"]["filters"].push({
label: __("Include Closed Orders"),
fieldtype: "Check",
default: 0,
});
});

View File

@@ -8,4 +8,4 @@ frappe.query_reports["Sales Order Trends"]["filters"].push({
label: __("Include Closed Orders"),
fieldtype: "Check",
default: 0,
});
});