mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-03 02:25:00 +00:00
feat: add Print Language to Lead and Opportunity (#24317)
* fix: move "Print Language" to "More Information" * feat: add "Print Language" in "More Information" Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
"supplier_group",
|
||||
"supplier_type",
|
||||
"pan",
|
||||
"language",
|
||||
"allow_purchase_invoice_creation_without_purchase_order",
|
||||
"allow_purchase_invoice_creation_without_purchase_receipt",
|
||||
"disabled",
|
||||
@@ -57,6 +56,7 @@
|
||||
"website",
|
||||
"supplier_details",
|
||||
"column_break_30",
|
||||
"language",
|
||||
"is_frozen"
|
||||
],
|
||||
"fields": [
|
||||
@@ -384,7 +384,7 @@
|
||||
"idx": 370,
|
||||
"image_field": "image",
|
||||
"links": [],
|
||||
"modified": "2020-06-17 23:18:20",
|
||||
"modified": "2021-01-06 19:51:40.939087",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Buying",
|
||||
"name": "Supplier",
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
"phone",
|
||||
"mobile_no",
|
||||
"fax",
|
||||
"website",
|
||||
"more_info",
|
||||
"type",
|
||||
"market_segment",
|
||||
@@ -56,8 +57,8 @@
|
||||
"request_type",
|
||||
"column_break3",
|
||||
"company",
|
||||
"website",
|
||||
"territory",
|
||||
"language",
|
||||
"unsubscribed",
|
||||
"blog_subscriber",
|
||||
"title"
|
||||
@@ -447,13 +448,19 @@
|
||||
"fieldtype": "Select",
|
||||
"label": "Address Type",
|
||||
"options": "Billing\nShipping\nOffice\nPersonal\nPlant\nPostal\nShop\nSubsidiary\nWarehouse\nCurrent\nPermanent\nOther"
|
||||
},
|
||||
{
|
||||
"fieldname": "language",
|
||||
"fieldtype": "Link",
|
||||
"label": "Print Language",
|
||||
"options": "Language"
|
||||
}
|
||||
],
|
||||
"icon": "fa fa-user",
|
||||
"idx": 5,
|
||||
"image_field": "image",
|
||||
"links": [],
|
||||
"modified": "2020-10-13 15:24:00.094811",
|
||||
"modified": "2021-01-06 19:39:58.748978",
|
||||
"modified_by": "Administrator",
|
||||
"module": "CRM",
|
||||
"name": "Lead",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"campaign",
|
||||
"column_break1",
|
||||
"transaction_date",
|
||||
"language",
|
||||
"amended_from",
|
||||
"lost_reasons"
|
||||
],
|
||||
@@ -419,12 +420,18 @@
|
||||
"fieldtype": "Duration",
|
||||
"label": "First Response Time",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "language",
|
||||
"fieldtype": "Link",
|
||||
"label": "Print Language",
|
||||
"options": "Language"
|
||||
}
|
||||
],
|
||||
"icon": "fa fa-info-sign",
|
||||
"idx": 195,
|
||||
"links": [],
|
||||
"modified": "2020-08-12 17:34:35.066961",
|
||||
"modified": "2021-01-06 19:42:46.190051",
|
||||
"modified_by": "Administrator",
|
||||
"module": "CRM",
|
||||
"name": "Opportunity",
|
||||
|
||||
@@ -34,9 +34,8 @@
|
||||
"companies",
|
||||
"currency_and_price_list",
|
||||
"default_currency",
|
||||
"default_price_list",
|
||||
"column_break_14",
|
||||
"language",
|
||||
"default_price_list",
|
||||
"address_contacts",
|
||||
"address_html",
|
||||
"website",
|
||||
@@ -59,6 +58,7 @@
|
||||
"column_break_45",
|
||||
"market_segment",
|
||||
"industry",
|
||||
"language",
|
||||
"is_frozen",
|
||||
"column_break_38",
|
||||
"loyalty_program",
|
||||
@@ -485,7 +485,7 @@
|
||||
"idx": 363,
|
||||
"image_field": "image",
|
||||
"links": [],
|
||||
"modified": "2020-03-17 11:03:42.706907",
|
||||
"modified": "2021-01-06 19:35:25.418017",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Selling",
|
||||
"name": "Customer",
|
||||
|
||||
Reference in New Issue
Block a user