From a2d924c48f4192eccba4be010b04dd6f68b3ea44 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 14:20:40 +0000 Subject: [PATCH] fix(quotation): made customer contact column visible (backport #55433) (#55434) * fix(quotation): made customer contact column visible (#55433) (cherry picked from commit 9758eb868d2f2ad4b03f769e53ccd8908a785871) # Conflicts: # erpnext/selling/doctype/quotation/quotation.json * chore: resolved conflicts --------- Co-authored-by: Diptanil Saha --- erpnext/selling/doctype/quotation/quotation.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/selling/doctype/quotation/quotation.json b/erpnext/selling/doctype/quotation/quotation.json index ae5b980bb9b..58f18dd731a 100644 --- a/erpnext/selling/doctype/quotation/quotation.json +++ b/erpnext/selling/doctype/quotation/quotation.json @@ -308,7 +308,6 @@ "read_only": 1 }, { - "depends_on": "eval:(doc.quotation_to=='Customer' && doc.party_name)", "fieldname": "col_break98", "fieldtype": "Column Break", "width": "50%" @@ -1108,7 +1107,7 @@ "idx": 82, "is_submittable": 1, "links": [], - "modified": "2025-07-31 17:23:48.875382", + "modified": "2026-05-30 17:40:02.667637", "modified_by": "Administrator", "module": "Selling", "name": "Quotation",