chore: Reposition RFQ fields

This commit is contained in:
marination 2020-11-04 22:07:33 +05:30
parent f68586ac79
commit 2b3412ea05
3 changed files with 8 additions and 8 deletions

View File

@ -304,7 +304,7 @@ erpnext.buying.RequestforQuotationController = erpnext.buying.BuyingController.e
{ {
"fieldtype": "Select", "label": __("Get Suppliers By"), "fieldtype": "Select", "label": __("Get Suppliers By"),
"fieldname": "search_type", "fieldname": "search_type",
"options": ["Tag","Supplier Group"], "options": ["Supplier Group", "Tag"],
"reqd": 1, "reqd": 1,
onchange() { onchange() {
if(dialog.get_value('search_type') == 'Tag'){ if(dialog.get_value('search_type') == 'Tag'){

View File

@ -21,9 +21,9 @@
"link_to_mrs", "link_to_mrs",
"supplier_response_section", "supplier_response_section",
"salutation", "salutation",
"email_template",
"col_break_email_1",
"subject", "subject",
"col_break_email_1",
"email_template",
"preview", "preview",
"sec_break_email_2", "sec_break_email_2",
"message_for_supplier", "message_for_supplier",
@ -260,7 +260,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2020-10-16 17:49:09.561929", "modified": "2020-11-04 22:04:29.017134",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Request for Quotation", "name": "Request for Quotation",

View File

@ -5,14 +5,14 @@
"editable_grid": 1, "editable_grid": 1,
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"send_email",
"email_sent",
"supplier", "supplier",
"contact", "contact",
"quote_status", "quote_status",
"column_break_3", "column_break_3",
"supplier_name", "supplier_name",
"email_id" "email_id",
"send_email",
"email_sent"
], ],
"fields": [ "fields": [
{ {
@ -87,7 +87,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2020-10-16 12:23:41.769820", "modified": "2020-11-04 22:01:43.832942",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Request for Quotation Supplier", "name": "Request for Quotation Supplier",