From 722180558796c9d62ea16eae4e697faccf6d8ac3 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 23 Nov 2015 19:00:11 +0530 Subject: [PATCH] [fix] Changed Country fieldtype to Link in Web Form --- erpnext/patches.txt | 2 +- erpnext/setup/fixtures/web_form/addresses.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 1bf3e4bdd7..fc02f7adc1 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -232,5 +232,5 @@ execute:frappe.delete_doc_if_exists("Report", "Item-wise Last Purchase Rate") 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 1830dab6e4..932337e4e6 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,