mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fix: project filtering based on company in P&L Report (#35943)
* fix: project filtering in P&L Report (cherry picked from commit904ca746a6) * fix: show projects with no company value set (cherry picked from commitce252a0d45) * fix: make company field mandatory in project doctype (cherry picked from commit84d4888f5f) --------- Co-authored-by: Gursheen Anand <gursheen@frappe.io>
This commit is contained in:
@@ -289,7 +289,8 @@
|
||||
"fieldtype": "Link",
|
||||
"label": "Company",
|
||||
"options": "Company",
|
||||
"remember_last_selected_value": 1
|
||||
"remember_last_selected_value": 1,
|
||||
"reqd": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "column_break_28",
|
||||
|
||||
Reference in New Issue
Block a user