diff --git a/stock/doctype/delivery_note/delivery_note.txt b/stock/doctype/delivery_note/delivery_note.txt index 5fe85921baf..618d172d074 100644 --- a/stock/doctype/delivery_note/delivery_note.txt +++ b/stock/doctype/delivery_note/delivery_note.txt @@ -1,8 +1,8 @@ [ { - "creation": "2013-01-23 19:57:19", + "creation": "2013-01-29 17:54:12", "docstatus": 0, - "modified": "2013-01-29 16:28:03", + "modified": "2013-02-02 19:18:38", "modified_by": "Administrator", "owner": "Administrator" }, @@ -862,8 +862,9 @@ "description": "% of materials billed against this Delivery Note", "doctype": "DocField", "fieldname": "per_billed", - "fieldtype": "Float", + "fieldtype": "Percent", "in_filter": 1, + "in_list_view": 1, "label": "% Amount Billed", "no_copy": 1, "oldfieldname": "per_billed", @@ -888,8 +889,9 @@ "description": "% of materials delivered against this Delivery Note", "doctype": "DocField", "fieldname": "per_installed", - "fieldtype": "Float", + "fieldtype": "Percent", "in_filter": 1, + "in_list_view": 1, "label": "% Installed", "no_copy": 1, "oldfieldname": "per_installed", diff --git a/stock/doctype/purchase_receipt/purchase_receipt.txt b/stock/doctype/purchase_receipt/purchase_receipt.txt index 0c7a4c30a18..3ecbb039473 100755 --- a/stock/doctype/purchase_receipt/purchase_receipt.txt +++ b/stock/doctype/purchase_receipt/purchase_receipt.txt @@ -2,7 +2,7 @@ { "creation": "2013-01-22 15:24:18", "docstatus": 0, - "modified": "2013-01-29 16:28:01", + "modified": "2013-02-02 19:09:37", "modified_by": "Administrator", "owner": "Administrator" }, @@ -627,7 +627,8 @@ "description": "% of materials billed against this Purchase Receipt", "doctype": "DocField", "fieldname": "per_billed", - "fieldtype": "Float", + "fieldtype": "Percent", + "in_list_view": 1, "label": "% Billed", "no_copy": 1, "oldfieldname": "per_billed",