[sales invoice] [fetching] fetch pos values and customer address contact values

This commit is contained in:
Anand Doshi
2013-04-26 17:21:49 +05:30
parent 205f7ce620
commit edc5f2edd0
4 changed files with 104 additions and 85 deletions

View 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
}],
]