mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
fix: correct field order in Address and Contacts report
This commit is contained in:
@@ -11,9 +11,9 @@ field_map = {
|
|||||||
"name",
|
"name",
|
||||||
"address_line1",
|
"address_line1",
|
||||||
"address_line2",
|
"address_line2",
|
||||||
|
"pincode",
|
||||||
"city",
|
"city",
|
||||||
"state",
|
"state",
|
||||||
"pincode",
|
|
||||||
"country",
|
"country",
|
||||||
"is_primary_address",
|
"is_primary_address",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user