fix: py error on sales forecast doctype (#54641)

fix: py error on sales forecase doctype
This commit is contained in:
Mihir Kandoi
2026-04-29 16:19:05 +05:30
committed by GitHub
parent 844f3dbc0b
commit d0d8cff48f

View File

@@ -3,7 +3,7 @@ from frappe import _
def get_data(): def get_data():
return { return {
"fieldname": "demand_planning", "fieldname": "sales_forecast",
"transactions": [ "transactions": [
{ {
"label": _("MPS"), "label": _("MPS"),