chore: Update customer/supplier names

This commit is contained in:
Deepesh Garg 2023-08-10 21:45:55 +05:30
parent 8bdf280cfb
commit 000de4eddf
2 changed files with 5 additions and 5 deletions

View File

@ -3,18 +3,18 @@
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"territory": "All Territories",
"customer_name": "ABC Enterprises"
"customer_name": "Grant Plastics Ltd."
},
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"territory": "All Territories",
"customer_name": "XYZ Corporation"
"customer_name": "West View Software Ltd."
},
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"territory": "All Territories",
"customer_name": "KJPR Pvt. Ltd."
"customer_name": "Palmer Productions Ltd."
}
]

View File

@ -2,7 +2,7 @@
{
"doctype": "Supplier",
"supplier_group": "Demo Supplier Group",
"supplier_name": "DQ Industries"
"supplier_name": "Zuckerman Security Ltd."
},
{
"doctype": "Supplier",
@ -12,6 +12,6 @@
{
"doctype": "Supplier",
"supplier_group": "Demo Supplier Group",
"supplier_name": "KC Corp."
"supplier_name": "Summit Traders Ltd."
}
]