mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
fix TabError in install_fixtures.py
This commit is contained in:
@@ -320,7 +320,7 @@ def add_sale_stages():
|
|||||||
{"doctype": "Sales Stage", "stage_name": _("Proposal/Price Quote")},
|
{"doctype": "Sales Stage", "stage_name": _("Proposal/Price Quote")},
|
||||||
{"doctype": "Sales Stage", "stage_name": _("Negotiation/Review")}
|
{"doctype": "Sales Stage", "stage_name": _("Negotiation/Review")}
|
||||||
]
|
]
|
||||||
make_fixture_records(records)
|
make_fixture_records(records)
|
||||||
|
|
||||||
def make_fixture_records(records):
|
def make_fixture_records(records):
|
||||||
from frappe.modules import scrub
|
from frappe.modules import scrub
|
||||||
|
|||||||
Reference in New Issue
Block a user