mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 18:34:48 +00:00
chore: fix conflicts
Refactored supplier form by reorganizing field order and removing unnecessary fields.
This commit is contained in:
@@ -11,16 +11,12 @@
|
|||||||
"engine": "InnoDB",
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
"naming_series",
|
"naming_series",
|
||||||
<<<<<<< HEAD
|
|
||||||
"supplier_name",
|
|
||||||
"country",
|
|
||||||
=======
|
|
||||||
"supplier_type",
|
"supplier_type",
|
||||||
"supplier_name",
|
"supplier_name",
|
||||||
"gender",
|
"gender",
|
||||||
>>>>>>> bd521d9089 (refactor: supplier form cleanup)
|
|
||||||
"column_break0",
|
"column_break0",
|
||||||
"supplier_group",
|
"supplier_group",
|
||||||
|
"country",
|
||||||
"supplier_type",
|
"supplier_type",
|
||||||
"is_transporter",
|
"is_transporter",
|
||||||
"image",
|
"image",
|
||||||
@@ -68,11 +64,8 @@
|
|||||||
"allow_purchase_invoice_creation_without_purchase_receipt",
|
"allow_purchase_invoice_creation_without_purchase_receipt",
|
||||||
"column_break_54",
|
"column_break_54",
|
||||||
"is_frozen",
|
"is_frozen",
|
||||||
<<<<<<< HEAD
|
|
||||||
"disabled",
|
"disabled",
|
||||||
=======
|
|
||||||
"rfq_and_purchase_order_settings_section",
|
"rfq_and_purchase_order_settings_section",
|
||||||
>>>>>>> bd521d9089 (refactor: supplier form cleanup)
|
|
||||||
"warn_rfqs",
|
"warn_rfqs",
|
||||||
"prevent_rfqs",
|
"prevent_rfqs",
|
||||||
"column_break_oxjw",
|
"column_break_oxjw",
|
||||||
@@ -85,11 +78,7 @@
|
|||||||
"release_date",
|
"release_date",
|
||||||
"portal_users_tab",
|
"portal_users_tab",
|
||||||
"portal_users",
|
"portal_users",
|
||||||
<<<<<<< HEAD
|
|
||||||
"column_break_1mqv"
|
|
||||||
=======
|
|
||||||
"dashboard_tab"
|
"dashboard_tab"
|
||||||
>>>>>>> bd521d9089 (refactor: supplier form cleanup)
|
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@@ -502,8 +491,6 @@
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Tax Withholding Group",
|
"label": "Tax Withholding Group",
|
||||||
"options": "Tax Withholding Group"
|
"options": "Tax Withholding Group"
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"depends_on": "eval:doc.supplier_type == 'Individual'",
|
"depends_on": "eval:doc.supplier_type == 'Individual'",
|
||||||
@@ -520,7 +507,6 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "column_break_oxjw",
|
"fieldname": "column_break_oxjw",
|
||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
>>>>>>> bd521d9089 (refactor: supplier form cleanup)
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
@@ -534,7 +520,7 @@
|
|||||||
"link_fieldname": "party"
|
"link_fieldname": "party"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2026-02-08 20:28:01.101808",
|
"modified": "2026-02-08 21:28:01.101808",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Supplier",
|
"name": "Supplier",
|
||||||
|
|||||||
Reference in New Issue
Block a user