commit | e6ac87e86fc93c0662e69a79697e18612098964e | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Apr 30 15:33:31 2015 -0700 |
committer | Anand Doshi <anand@erpnext.com> | Thu Apr 30 15:33:31 2015 -0700 |
tree | 7c7f184ed7580c8b3c32ba58263ae79b1109e34e | |
parent | ec3ad7d865501892794e22c1e73d1e673e606541 [diff] |
Gross Profit Report: Company filter should be reqd
diff --git a/erpnext/accounts/report/gross_profit/gross_profit.js b/erpnext/accounts/report/gross_profit/gross_profit.js index b744e29..9035626 100644 --- a/erpnext/accounts/report/gross_profit/gross_profit.js +++ b/erpnext/accounts/report/gross_profit/gross_profit.js
@@ -8,6 +8,7 @@ "label": __("Company"), "fieldtype": "Link", "options": "Company", + "reqd": 1, "default": frappe.defaults.get_user_default("company") }, {