fix: made source mandatory in billing form

This commit is contained in:
Jannat Patel
2023-10-26 18:00:11 +05:30
parent 243277012f
commit bb23b78a4f

View File

@@ -81,6 +81,7 @@ const setup_billing = () => {
fieldname: "source", fieldname: "source",
options: "LMS Source", options: "LMS Source",
only_select: 1, only_select: 1,
reqd: 1,
}, },
{ {
fieldtype: "Section Break", fieldtype: "Section Break",