fix: made source mandatory in billing form
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user