[fix] Changed Country fieldtype to Link in Web Form
This commit is contained in:
parent
3012f0d39a
commit
7221805587
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user