mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
fix: py error on sales forecast doctype (#54641)
fix: py error on sales forecase doctype
This commit is contained in:
@@ -3,7 +3,7 @@ from frappe import _
|
||||
|
||||
def get_data():
|
||||
return {
|
||||
"fieldname": "demand_planning",
|
||||
"fieldname": "sales_forecast",
|
||||
"transactions": [
|
||||
{
|
||||
"label": _("MPS"),
|
||||
|
||||
Reference in New Issue
Block a user