mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-14 15:11:52 +00:00
fix: resolve backport merge conflicts in supplier.json
Apply form-cleanup label changes while preserving the hotfix-only no_copy flags and the alias field. Drop removed column_break_44 and the duplicate is_frozen field_order entry. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -12,11 +12,8 @@
|
|||||||
"field_order": [
|
"field_order": [
|
||||||
"naming_series",
|
"naming_series",
|
||||||
"supplier_name",
|
"supplier_name",
|
||||||
<<<<<<< HEAD
|
|
||||||
"alias",
|
|
||||||
=======
|
|
||||||
"supplier_type",
|
"supplier_type",
|
||||||
>>>>>>> 820c0caf88 (fix: supplier master form cleanup)
|
"alias",
|
||||||
"gender",
|
"gender",
|
||||||
"column_break0",
|
"column_break0",
|
||||||
"supplier_group",
|
"supplier_group",
|
||||||
@@ -63,16 +60,12 @@
|
|||||||
"allow_purchase_invoice_creation_without_purchase_receipt",
|
"allow_purchase_invoice_creation_without_purchase_receipt",
|
||||||
"column_break_54",
|
"column_break_54",
|
||||||
"disabled",
|
"disabled",
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
"is_frozen",
|
"is_frozen",
|
||||||
"block_supplier_section",
|
"block_supplier_section",
|
||||||
"on_hold",
|
"on_hold",
|
||||||
"hold_type",
|
"hold_type",
|
||||||
"release_date",
|
"release_date",
|
||||||
>>>>>>> 820c0caf88 (fix: supplier master form cleanup)
|
|
||||||
"rfq_and_purchase_order_settings_section",
|
"rfq_and_purchase_order_settings_section",
|
||||||
"is_frozen",
|
|
||||||
"warn_rfqs",
|
"warn_rfqs",
|
||||||
"prevent_rfqs",
|
"prevent_rfqs",
|
||||||
"column_break_oxjw",
|
"column_break_oxjw",
|
||||||
@@ -395,12 +388,8 @@
|
|||||||
"description": "Reselect, if the chosen contact is edited after save",
|
"description": "Reselect, if the chosen contact is edited after save",
|
||||||
"fieldname": "supplier_primary_contact",
|
"fieldname": "supplier_primary_contact",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
<<<<<<< HEAD
|
|
||||||
"label": "Supplier Primary Contact",
|
|
||||||
"no_copy": 1,
|
|
||||||
=======
|
|
||||||
"label": "Primary Contact",
|
"label": "Primary Contact",
|
||||||
>>>>>>> 820c0caf88 (fix: supplier master form cleanup)
|
"no_copy": 1,
|
||||||
"options": "Contact"
|
"options": "Contact"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -414,38 +403,22 @@
|
|||||||
"fetch_from": "supplier_primary_contact.email_id",
|
"fetch_from": "supplier_primary_contact.email_id",
|
||||||
"fieldname": "email_id",
|
"fieldname": "email_id",
|
||||||
"fieldtype": "Read Only",
|
"fieldtype": "Read Only",
|
||||||
<<<<<<< HEAD
|
"label": "Email ID",
|
||||||
"label": "Email Id",
|
|
||||||
"no_copy": 1
|
"no_copy": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "column_break_44",
|
|
||||||
"fieldtype": "Column Break"
|
|
||||||
=======
|
|
||||||
"label": "Email ID"
|
|
||||||
>>>>>>> 820c0caf88 (fix: supplier master form cleanup)
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "primary_address",
|
"fieldname": "primary_address",
|
||||||
"fieldtype": "Text Editor",
|
"fieldtype": "Text Editor",
|
||||||
<<<<<<< HEAD
|
|
||||||
"label": "Primary Address",
|
|
||||||
"no_copy": 1,
|
|
||||||
=======
|
|
||||||
"label": "Primary Address Preview",
|
"label": "Primary Address Preview",
|
||||||
>>>>>>> 820c0caf88 (fix: supplier master form cleanup)
|
"no_copy": 1,
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Reselect, if the chosen address is edited after save",
|
"description": "Reselect, if the chosen address is edited after save",
|
||||||
"fieldname": "supplier_primary_address",
|
"fieldname": "supplier_primary_address",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
<<<<<<< HEAD
|
|
||||||
"label": "Supplier Primary Address",
|
|
||||||
"no_copy": 1,
|
|
||||||
=======
|
|
||||||
"label": "Primary Address",
|
"label": "Primary Address",
|
||||||
>>>>>>> 820c0caf88 (fix: supplier master form cleanup)
|
"no_copy": 1,
|
||||||
"options": "Address"
|
"options": "Address"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -588,11 +561,7 @@
|
|||||||
"link_fieldname": "party"
|
"link_fieldname": "party"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
<<<<<<< HEAD
|
|
||||||
"modified": "2026-06-22 12:23:09.241125",
|
"modified": "2026-06-22 12:23:09.241125",
|
||||||
=======
|
|
||||||
"modified": "2026-05-29 13:03:41.864602",
|
|
||||||
>>>>>>> 820c0caf88 (fix: supplier master form cleanup)
|
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Supplier",
|
"name": "Supplier",
|
||||||
|
|||||||
Reference in New Issue
Block a user