[data-import] [fix] changed template to remove -- separators that get removed for some reason

This commit is contained in:
Rushabh Mehta 2013-03-30 11:56:13 +05:30
parent 10a209d405
commit fe7a53bca3

View File

@ -1,8 +1,8 @@
[ [
{ {
"creation": "2013-03-08 11:36:52", "creation": "2013-03-25 16:00:51",
"docstatus": 0, "docstatus": 0,
"modified": "2013-03-11 14:00:37", "modified": "2013-03-29 10:37:37",
"modified_by": "Administrator", "modified_by": "Administrator",
"owner": "Administrator" "owner": "Administrator"
}, },
@ -50,6 +50,7 @@
"doctype": "DocField", "doctype": "DocField",
"fieldname": "full_name", "fieldname": "full_name",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Full Name", "label": "Full Name",
"reqd": 1 "reqd": 1
}, },
@ -77,6 +78,7 @@
"doctype": "DocField", "doctype": "DocField",
"fieldname": "posts", "fieldname": "posts",
"fieldtype": "Int", "fieldtype": "Int",
"in_list_view": 1,
"label": "Posts", "label": "Posts",
"read_only": 1 "read_only": 1
}, },