mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 15:25:19 +00:00
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:
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user