changed fieldtype of repeat_on_day_of_month to Int

This commit is contained in:
Anand Doshi
2013-03-22 18:38:33 +05:30
parent b70b93260c
commit b632ba5f51

View File

@@ -1,8 +1,8 @@
[ [
{ {
"creation": "2013-03-19 17:03:01", "creation": "2013-03-22 18:37:25",
"docstatus": 0, "docstatus": 0,
"modified": "2013-03-22 18:16:45", "modified": "2013-03-22 18:38:13",
"modified_by": "Administrator", "modified_by": "Administrator",
"owner": "Administrator" "owner": "Administrator"
}, },
@@ -1095,7 +1095,7 @@
"description": "The day of the month on which auto invoice will be generated e.g. 05, 28 etc ", "description": "The day of the month on which auto invoice will be generated e.g. 05, 28 etc ",
"doctype": "DocField", "doctype": "DocField",
"fieldname": "repeat_on_day_of_month", "fieldname": "repeat_on_day_of_month",
"fieldtype": "Data", "fieldtype": "Int",
"label": "Repeat on Day of Month", "label": "Repeat on Day of Month",
"no_copy": 1, "no_copy": 1,
"print_hide": 1 "print_hide": 1