fix: demo data setup w/o territory (#36798)

This can fail because it's translated.
This commit is contained in:
Ankush Menat
2023-08-24 12:23:33 +05:30
committed by GitHub
parent 49be1190d9
commit ab6e600b9e
2 changed files with 9 additions and 4 deletions

View File

@@ -2,19 +2,16 @@
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"territory": "All Territories",
"customer_name": "Grant Plastics Ltd."
},
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"territory": "All Territories",
"customer_name": "West View Software Ltd."
},
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"territory": "All Territories",
"customer_name": "Palmer Productions Ltd."
}
]
]