Skip to content

Commit

Permalink
chore: fix test data
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Jun 17, 2024
1 parent 83ff94b commit 07d5944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/buying/doctype/supplier/test_records.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"doctype": "Supplier",
"supplier_name": "_Test Supplier USD",
"supplier_group": "_Test Supplier Group",
"default_currency": "USD",
"accounts": [{
"company": "_Test Company",
"account": "_Test Payable USD - _TC"
Expand Down
1 change: 1 addition & 0 deletions erpnext/selling/doctype/customer/test_records.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"customer_type": "Individual",
"doctype": "Customer",
"territory": "_Test Territory",
"default_currency": "USD",
"accounts": [{
"company": "_Test Company",
"account": "_Test Receivable USD - _TC"
Expand Down

0 comments on commit 07d5944

Please sign in to comment.