[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.fix_website_image
|
||||||
erpnext.patches.v6_6.remove_fiscal_year_from_leave_allocation
|
erpnext.patches.v6_6.remove_fiscal_year_from_leave_allocation
|
||||||
execute:frappe.delete_doc_if_exists("DocType", "Stock UOM Replace Utility")
|
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
|
erpnext.patches.v6_8.move_drop_ship_to_po_items
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"introduction_text": null,
|
"introduction_text": null,
|
||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
"login_required": 1,
|
"login_required": 1,
|
||||||
"modified": "2015-06-01 06:53:43.699336",
|
"modified": "2015-11-23 08:21:53.924318",
|
||||||
"name": "addresses",
|
"name": "addresses",
|
||||||
"page_name": "addresses",
|
"page_name": "addresses",
|
||||||
"published": 1,
|
"published": 1,
|
||||||
@ -91,7 +91,7 @@
|
|||||||
"fieldname": "pincode",
|
"fieldname": "pincode",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"hidden": 0,
|
"hidden": 0,
|
||||||
"label": "Pincode",
|
"label": "Postal Code",
|
||||||
"options": null,
|
"options": null,
|
||||||
"read_only": 0,
|
"read_only": 0,
|
||||||
"reqd": 0
|
"reqd": 0
|
||||||
@ -100,7 +100,7 @@
|
|||||||
"default": null,
|
"default": null,
|
||||||
"description": null,
|
"description": null,
|
||||||
"fieldname": "country",
|
"fieldname": "country",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Link",
|
||||||
"hidden": 0,
|
"hidden": 0,
|
||||||
"label": "Country",
|
"label": "Country",
|
||||||
"options": "Country",
|
"options": "Country",
|
||||||
@ -112,11 +112,11 @@
|
|||||||
"description": null,
|
"description": null,
|
||||||
"fieldname": null,
|
"fieldname": null,
|
||||||
"fieldtype": "Column Break",
|
"fieldtype": "Column Break",
|
||||||
"hidden": null,
|
"hidden": 0,
|
||||||
"label": null,
|
"label": null,
|
||||||
"options": null,
|
"options": null,
|
||||||
"read_only": null,
|
"read_only": 0,
|
||||||
"reqd": null
|
"reqd": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": null,
|
"default": null,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user