From ee9ce9ece59124ddd90cafd523f4f7eaa8b9a84b Mon Sep 17 00:00:00 2001 From: Casey Date: Wed, 18 Feb 2026 15:05:06 -0600 Subject: [PATCH] fix bid meeting note requirement --- .../doctype/bid_meeting_note_form/bid_meeting_note_form.json | 2 +- custom_ui/fixtures/bid_meeting_note_form.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_ui/custom_ui/doctype/bid_meeting_note_form/bid_meeting_note_form.json b/custom_ui/custom_ui/doctype/bid_meeting_note_form/bid_meeting_note_form.json index 23443a0..55c7294 100644 --- a/custom_ui/custom_ui/doctype/bid_meeting_note_form/bid_meeting_note_form.json +++ b/custom_ui/custom_ui/doctype/bid_meeting_note_form/bid_meeting_note_form.json @@ -25,7 +25,7 @@ "in_list_view": 1, "label": "Project Template", "options": "Project Template", - "reqd": 1 + "reqd": 0 }, { "fieldname": "notes", diff --git a/custom_ui/fixtures/bid_meeting_note_form.json b/custom_ui/fixtures/bid_meeting_note_form.json index a1cab74..d4d3bc6 100644 --- a/custom_ui/fixtures/bid_meeting_note_form.json +++ b/custom_ui/fixtures/bid_meeting_note_form.json @@ -3,6 +3,7 @@ "company": "Sprinklers Northwest", "docstatus": 0, "doctype": "Bid Meeting Note Form", + "project_template": null, "fields": [ { "column": 1,