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

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

fix: py error on sales forecase doctype
(cherry picked from commit d0d8cff48f)

Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com>
This commit is contained in:
mergify[bot]
2026-04-29 11:13:18 +00:00
committed by GitHub
parent 2e438011da
commit 7bd360aa29

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"),