[fix] Changed Country fieldtype to Link in Web Form
diff --git a/erpnext/patches.txt b/erpnext/patches.txt
index 1bf3e4b..fc02f7a 100644
--- a/erpnext/patches.txt
+++ b/erpnext/patches.txt
@@ -232,5 +232,5 @@
erpnext.patches.v6_6.fix_website_image
erpnext.patches.v6_6.remove_fiscal_year_from_leave_allocation
execute:frappe.delete_doc_if_exists("DocType", "Stock UOM Replace Utility")
-erpnext.patches.v6_8.make_webform_standard
+erpnext.patches.v6_8.make_webform_standard #2015-11-23
erpnext.patches.v6_8.move_drop_ship_to_po_items
diff --git a/erpnext/setup/fixtures/web_form/addresses.json b/erpnext/setup/fixtures/web_form/addresses.json
index 1830dab..932337e 100644
--- a/erpnext/setup/fixtures/web_form/addresses.json
+++ b/erpnext/setup/fixtures/web_form/addresses.json
@@ -11,7 +11,7 @@
"introduction_text": null,
"is_standard": 1,
"login_required": 1,
- "modified": "2015-06-01 06:53:43.699336",
+ "modified": "2015-11-23 08:21:53.924318",
"name": "addresses",
"page_name": "addresses",
"published": 1,
@@ -91,7 +91,7 @@
"fieldname": "pincode",
"fieldtype": "Data",
"hidden": 0,
- "label": "Pincode",
+ "label": "Postal Code",
"options": null,
"read_only": 0,
"reqd": 0
@@ -100,7 +100,7 @@
"default": null,
"description": null,
"fieldname": "country",
- "fieldtype": "Data",
+ "fieldtype": "Link",
"hidden": 0,
"label": "Country",
"options": "Country",
@@ -112,11 +112,11 @@
"description": null,
"fieldname": null,
"fieldtype": "Column Break",
- "hidden": null,
+ "hidden": 0,
"label": null,
"options": null,
- "read_only": null,
- "reqd": null
+ "read_only": 0,
+ "reqd": 0
},
{
"default": null,