fix: typo

This commit is contained in:
Ayush Marhatta
2025-06-03 17:32:28 +05:45
committed by GitHub
parent 49f23513e0
commit a243abb5fd

View File

@@ -10,7 +10,7 @@ frappe.query_reports["Purchase Order Analysis"] = {
width: "80",
options: "Company",
reqd: 1,
default: frappe.defaults.get_user_default("company"),
default: frappe.defaults.get_user_default("Company"),
},
{
fieldname: "from_date",