brotherton-erpnext/erpnext/setup/demo_data/customer.json
Ankush Menat ab6e600b9e
fix: demo data setup w/o territory (#36798)
This can fail because it's translated.
2023-08-24 12:23:33 +05:30

18 lines
431 B
JSON

[
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"customer_name": "Grant Plastics Ltd."
},
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"customer_name": "West View Software Ltd."
},
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"customer_name": "Palmer Productions Ltd."
}
]