diff --git a/erpnext/setup/setup_wizard/operations/install_fixtures.py b/erpnext/setup/setup_wizard/operations/install_fixtures.py index 5a297a23c50..649184b6048 100644 --- a/erpnext/setup/setup_wizard/operations/install_fixtures.py +++ b/erpnext/setup/setup_wizard/operations/install_fixtures.py @@ -248,6 +248,13 @@ def get_preset_records(country=None): "is_group": 1, "parent_sales_person": "", }, + # Purchase Person + { + "doctype": "Purchase Person", + "purchase_person_name": _("Purchase Team"), + "is_group": 1, + "parent_purchase_person": "", + }, # Mode of Payment { "doctype": "Mode of Payment",