Skip to content

Commit

Permalink
chore: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvora committed Nov 20, 2023
1 parent aef955c commit 7d9231a
Showing 1 changed file with 24 additions and 30 deletions.
54 changes: 24 additions & 30 deletions erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@
"fieldname": "contact_mobile",
"fieldtype": "Small Text",
"label": "Mobile No",
"options": "Phone",
"read_only": 1
},
{
Expand Down Expand Up @@ -853,36 +852,15 @@
"label": "Named Place"
},
{
<<<<<<< HEAD
"fieldname": "cost_center",
"fieldtype": "Link",
"label": "Cost Center",
"options": "Cost Center"
},
{
"fieldname": "project",
"fieldtype": "Link",
"label": "Project",
"options": "Project"
},
{
"fieldname": "dimension_col_break",
"fieldtype": "Column Break"
},
{
"fieldname": "accounting_dimensions_section",
"fieldtype": "Section Break",
"label": "Accounting Dimensions"
=======
"fieldname": "shipping_address",
"fieldtype": "Link",
"label": "Shipping Address",
"options": "Address",
"print_hide": 1
},
{
"fieldname": "column_break_zjaq",
"fieldtype": "Column Break"
"fieldname": "column_break_zjaq",
"fieldtype": "Column Break"
},
{
"fieldname": "shipping_address_display",
Expand Down Expand Up @@ -921,19 +899,35 @@
"fieldtype": "Small Text",
"label": "Billing Address Details",
"read_only": 1
>>>>>>> c2bda2c705 (fix: Supplier Quotation fields (#37963))
},
{
"fieldname": "cost_center",
"fieldtype": "Link",
"label": "Cost Center",
"options": "Cost Center"
},
{
"fieldname": "project",
"fieldtype": "Link",
"label": "Project",
"options": "Project"
},
{
"fieldname": "dimension_col_break",
"fieldtype": "Column Break"
},
{
"fieldname": "accounting_dimensions_section",
"fieldtype": "Section Break",
"label": "Accounting Dimensions"
}
],
"icon": "fa fa-shopping-cart",
"idx": 29,
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2023-11-17 12:34:30.083077",
=======
"modified": "2023-11-03 13:21:40.172508",
>>>>>>> c2bda2c705 (fix: Supplier Quotation fields (#37963))
"modified": "2023-11-20 11:15:30.083077",
"modified_by": "Administrator",
"module": "Buying",
"name": "Supplier Quotation",
Expand Down

0 comments on commit 7d9231a

Please sign in to comment.