mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
18 lines
431 B
JSON
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."
|
|
}
|
|
]
|