mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
chore: fix test data
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
"doctype": "Supplier",
|
"doctype": "Supplier",
|
||||||
"supplier_name": "_Test Supplier USD",
|
"supplier_name": "_Test Supplier USD",
|
||||||
"supplier_group": "_Test Supplier Group",
|
"supplier_group": "_Test Supplier Group",
|
||||||
|
"default_currency": "USD",
|
||||||
"accounts": [{
|
"accounts": [{
|
||||||
"company": "_Test Company",
|
"company": "_Test Company",
|
||||||
"account": "_Test Payable USD - _TC"
|
"account": "_Test Payable USD - _TC"
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
"customer_type": "Individual",
|
"customer_type": "Individual",
|
||||||
"doctype": "Customer",
|
"doctype": "Customer",
|
||||||
"territory": "_Test Territory",
|
"territory": "_Test Territory",
|
||||||
|
"default_currency": "USD",
|
||||||
"accounts": [{
|
"accounts": [{
|
||||||
"company": "_Test Company",
|
"company": "_Test Company",
|
||||||
"account": "_Test Receivable USD - _TC"
|
"account": "_Test Receivable USD - _TC"
|
||||||
|
|||||||
Reference in New Issue
Block a user