fix TabError in install_fixtures.py

This commit is contained in:
Sagar Vora 2018-10-04 11:39:20 +05:30
parent 897d1baf74
commit b13b9b4ed3

View File

@ -320,7 +320,7 @@ def add_sale_stages():
{"doctype": "Sales Stage", "stage_name": _("Proposal/Price Quote")},
{"doctype": "Sales Stage", "stage_name": _("Negotiation/Review")}
]
make_fixture_records(records)
make_fixture_records(records)
def make_fixture_records(records):
from frappe.modules import scrub