mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 12:04:00 +00:00
chore: Update customer/supplier names
This commit is contained in:
@@ -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."
|
||||
}
|
||||
]
|
||||
@@ -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."
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user