From bb23b78a4f75f981728661433277000bf0076b84 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 26 Oct 2023 18:00:11 +0530 Subject: [PATCH] fix: made source mandatory in billing form --- lms/www/billing/billing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/www/billing/billing.js b/lms/www/billing/billing.js index ba387345..484f9bb4 100644 --- a/lms/www/billing/billing.js +++ b/lms/www/billing/billing.js @@ -81,6 +81,7 @@ const setup_billing = () => { fieldname: "source", options: "LMS Source", only_select: 1, + reqd: 1, }, { fieldtype: "Section Break",