mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
[sales invoice] [fetching] fetch pos values and customer address contact values
This commit is contained in:
14
utilities/doctype/address/test_address.py
Normal file
14
utilities/doctype/address/test_address.py
Normal file
@@ -0,0 +1,14 @@
|
||||
test_records = [
|
||||
[{
|
||||
"doctype": "Address",
|
||||
"customer": "_Test Customer",
|
||||
"customer_name": "_Test Customer",
|
||||
"address_type": "Office",
|
||||
"address_title": "_Test Address",
|
||||
"address_line1": "_Test Address Line 1",
|
||||
"city": "_Test City",
|
||||
"country": "India",
|
||||
"phone": "+91 0000000000",
|
||||
"is_primary_address": 1
|
||||
}],
|
||||
]
|
||||
Reference in New Issue
Block a user