From cb01abd6c8ec775e4843205312f42ea44dfdbc27 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:26:10 +0100 Subject: [PATCH] test(External Contact): add test records --- .../doctype/external_contact/test_records.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 landa/organization_management/doctype/external_contact/test_records.json diff --git a/landa/organization_management/doctype/external_contact/test_records.json b/landa/organization_management/doctype/external_contact/test_records.json new file mode 100644 index 00000000..a53a6d60 --- /dev/null +++ b/landa/organization_management/doctype/external_contact/test_records.json @@ -0,0 +1,15 @@ +[ + { + "doctype": "External Contact", + "external_organization_name": "Test External Organization", + "organization": "REG" + }, + { + "doctype": "External Contact", + "first_name": "Jane", + "last_name": "Doe", + "date_of_birth": "1990-01-01", + "external_organization_name": "Test External Organization 2", + "organization": "REG" + } +] \ No newline at end of file