From 627f13ea2612f9d5bfc4500c0acad48afec09bb8 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 30 Jul 2014 13:09:01 +0530 Subject: [PATCH] Changed fieldtype of 'contact_email', 'contact_mobile' to Small Text --- .../accounts/doctype/purchase_invoice/purchase_invoice.json | 6 +++--- erpnext/accounts/doctype/sales_invoice/sales_invoice.json | 6 +++--- erpnext/buying/doctype/purchase_order/purchase_order.json | 6 +++--- .../doctype/supplier_quotation/supplier_quotation.json | 6 +++--- .../doctype/installation_note/installation_note.json | 6 +++--- erpnext/selling/doctype/opportunity/opportunity.json | 6 +++--- erpnext/selling/doctype/quotation/quotation.json | 6 +++--- erpnext/selling/doctype/sales_order/sales_order.json | 6 +++--- erpnext/stock/doctype/delivery_note/delivery_note.json | 6 +++--- .../stock/doctype/purchase_receipt/purchase_receipt.json | 6 +++--- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json index fc9d3c7b546..6bb8cfbf434 100755 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json @@ -77,7 +77,7 @@ }, { "fieldname": "contact_mobile", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Mobile No", "permlevel": 0, @@ -85,7 +85,7 @@ }, { "fieldname": "contact_email", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Contact Email", "permlevel": 0, @@ -753,7 +753,7 @@ "icon": "icon-file-text", "idx": 1, "is_submittable": 1, - "modified": "2014-07-24 08:46:13.099099", + "modified": "2014-07-30 03:37:31.282665", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice", diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index 4c3d8a34e98..7265fc6d7f4 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -71,7 +71,7 @@ }, { "fieldname": "contact_mobile", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Mobile No", "permlevel": 0, @@ -79,7 +79,7 @@ }, { "fieldname": "contact_email", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Contact Email", "permlevel": 0, @@ -1188,7 +1188,7 @@ "icon": "icon-file-text", "idx": 1, "is_submittable": 1, - "modified": "2014-07-21 05:31:24.670731", + "modified": "2014-07-30 03:37:32.821442", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice", diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.json b/erpnext/buying/doctype/purchase_order/purchase_order.json index 61646d1af48..e761c183cad 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.json +++ b/erpnext/buying/doctype/purchase_order/purchase_order.json @@ -67,7 +67,7 @@ }, { "fieldname": "contact_mobile", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Mobile No", "permlevel": 0, @@ -75,7 +75,7 @@ }, { "fieldname": "contact_email", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Contact Email", "permlevel": 0, @@ -645,7 +645,7 @@ "icon": "icon-file-text", "idx": 1, "is_submittable": 1, - "modified": "2014-07-21 05:34:36.390448", + "modified": "2014-07-30 03:37:33.378776", "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order", diff --git a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json index fb648b9b0cb..f5aa34fa95f 100644 --- a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json +++ b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json @@ -67,7 +67,7 @@ }, { "fieldname": "contact_mobile", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Mobile No", "permlevel": 0, @@ -75,7 +75,7 @@ }, { "fieldname": "contact_email", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Contact Email", "permlevel": 0, @@ -571,7 +571,7 @@ "icon": "icon-shopping-cart", "idx": 1, "is_submittable": 1, - "modified": "2014-07-24 05:16:47.062261", + "modified": "2014-07-30 03:37:33.735264", "modified_by": "Administrator", "module": "Buying", "name": "Supplier Quotation", diff --git a/erpnext/selling/doctype/installation_note/installation_note.json b/erpnext/selling/doctype/installation_note/installation_note.json index 56df0615a32..289af756da9 100644 --- a/erpnext/selling/doctype/installation_note/installation_note.json +++ b/erpnext/selling/doctype/installation_note/installation_note.json @@ -91,7 +91,7 @@ { "depends_on": "customer", "fieldname": "contact_mobile", - "fieldtype": "Text", + "fieldtype": "Small Text", "label": "Mobile No", "permlevel": 0, "read_only": 1 @@ -99,7 +99,7 @@ { "depends_on": "customer", "fieldname": "contact_email", - "fieldtype": "Text", + "fieldtype": "Small Text", "label": "Contact Email", "permlevel": 0, "print_hide": 1, @@ -236,7 +236,7 @@ "icon": "icon-wrench", "idx": 1, "is_submittable": 1, - "modified": "2014-06-23 07:55:48.805241", + "modified": "2014-07-30 03:37:31.118791", "modified_by": "Administrator", "module": "Selling", "name": "Installation Note", diff --git a/erpnext/selling/doctype/opportunity/opportunity.json b/erpnext/selling/doctype/opportunity/opportunity.json index a287c227e4a..dea15e060c1 100644 --- a/erpnext/selling/doctype/opportunity/opportunity.json +++ b/erpnext/selling/doctype/opportunity/opportunity.json @@ -243,7 +243,7 @@ { "depends_on": "eval:doc.lead || doc.customer", "fieldname": "contact_email", - "fieldtype": "Text", + "fieldtype": "Small Text", "label": "Contact Email", "permlevel": 0, "read_only": 1 @@ -251,7 +251,7 @@ { "depends_on": "eval:doc.lead || doc.customer", "fieldname": "contact_mobile", - "fieldtype": "Text", + "fieldtype": "Small Text", "label": "Contact Mobile No", "permlevel": 0, "read_only": 1 @@ -411,7 +411,7 @@ "icon": "icon-info-sign", "idx": 1, "is_submittable": 1, - "modified": "2014-07-24 08:55:09.807048", + "modified": "2014-07-30 03:37:31.687489", "modified_by": "Administrator", "module": "Selling", "name": "Opportunity", diff --git a/erpnext/selling/doctype/quotation/quotation.json b/erpnext/selling/doctype/quotation/quotation.json index 87943646c7a..9515121f5e1 100644 --- a/erpnext/selling/doctype/quotation/quotation.json +++ b/erpnext/selling/doctype/quotation/quotation.json @@ -113,7 +113,7 @@ }, { "fieldname": "contact_mobile", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Mobile No", "permlevel": 0, @@ -122,7 +122,7 @@ }, { "fieldname": "contact_email", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Contact Email", "permlevel": 0, @@ -827,7 +827,7 @@ "idx": 1, "is_submittable": 1, "max_attachments": 1, - "modified": "2014-07-21 05:44:26.800041", + "modified": "2014-07-30 03:37:34.071896", "modified_by": "Administrator", "module": "Selling", "name": "Quotation", diff --git a/erpnext/selling/doctype/sales_order/sales_order.json b/erpnext/selling/doctype/sales_order/sales_order.json index 6cc7b83c3d0..b83dfb20e34 100644 --- a/erpnext/selling/doctype/sales_order/sales_order.json +++ b/erpnext/selling/doctype/sales_order/sales_order.json @@ -75,7 +75,7 @@ }, { "fieldname": "contact_mobile", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Mobile No", "permlevel": 0, @@ -83,7 +83,7 @@ }, { "fieldname": "contact_email", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Contact Email", "permlevel": 0, @@ -889,7 +889,7 @@ "idx": 1, "is_submittable": 1, "issingle": 0, - "modified": "2014-07-16 16:32:16.459587", + "modified": "2014-07-30 03:37:34.478139", "modified_by": "Administrator", "module": "Selling", "name": "Sales Order", diff --git a/erpnext/stock/doctype/delivery_note/delivery_note.json b/erpnext/stock/doctype/delivery_note/delivery_note.json index 84570abd821..f3d3d8c3bac 100644 --- a/erpnext/stock/doctype/delivery_note/delivery_note.json +++ b/erpnext/stock/doctype/delivery_note/delivery_note.json @@ -104,7 +104,7 @@ }, { "fieldname": "contact_mobile", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Mobile No", "permlevel": 0, @@ -112,7 +112,7 @@ }, { "fieldname": "contact_email", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Contact Email", "permlevel": 0, @@ -1009,7 +1009,7 @@ "idx": 1, "in_create": 0, "is_submittable": 1, - "modified": "2014-07-24 08:48:06.944540", + "modified": "2014-07-30 03:37:31.908351", "modified_by": "Administrator", "module": "Stock", "name": "Delivery Note", diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json index ebdc80e463b..272cc6e2edb 100755 --- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json +++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json @@ -77,7 +77,7 @@ }, { "fieldname": "contact_mobile", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Mobile No", "permlevel": 0, @@ -85,7 +85,7 @@ }, { "fieldname": "contact_email", - "fieldtype": "Text", + "fieldtype": "Small Text", "hidden": 1, "label": "Contact Email", "permlevel": 0, @@ -762,7 +762,7 @@ "icon": "icon-truck", "idx": 1, "is_submittable": 1, - "modified": "2014-07-24 08:49:12.407907", + "modified": "2014-07-30 03:37:32.389734", "modified_by": "Administrator", "module": "Stock", "name": "Purchase Receipt",