From b632ba5f51c3ba9f510a3a3bd5ff96124b64070f Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 22 Mar 2013 18:38:33 +0530 Subject: [PATCH] changed fieldtype of repeat_on_day_of_month to Int --- accounts/doctype/sales_invoice/sales_invoice.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/accounts/doctype/sales_invoice/sales_invoice.txt b/accounts/doctype/sales_invoice/sales_invoice.txt index a17d09148b..cf6e994c11 100644 --- a/accounts/doctype/sales_invoice/sales_invoice.txt +++ b/accounts/doctype/sales_invoice/sales_invoice.txt @@ -1,8 +1,8 @@ [ { - "creation": "2013-03-19 17:03:01", + "creation": "2013-03-22 18:37:25", "docstatus": 0, - "modified": "2013-03-22 18:16:45", + "modified": "2013-03-22 18:38:13", "modified_by": "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 ", "doctype": "DocField", "fieldname": "repeat_on_day_of_month", - "fieldtype": "Data", + "fieldtype": "Int", "label": "Repeat on Day of Month", "no_copy": 1, "print_hide": 1