[report] Item-wise Purchase Register [issue] webnotes/erpnext#374

This commit is contained in:
Anand Doshi
2013-07-26 13:09:40 +05:30
parent ac90542414
commit 508bd4c7d5
4 changed files with 66 additions and 21 deletions

View File

@@ -36,7 +36,7 @@ wn.query_reports["Purchase Register"] = {
"label": "Company",
"fieldtype": "Link",
"options": "Company",
"default": sys_defaults.company
"default": wn.defaults.get_default("company")
}
]
}