mirror of
https://github.com/frappe/lms.git
synced 2026-04-28 11:39:27 +03:00
fix: made source mandatory in billing form
This commit is contained in:
@@ -81,6 +81,7 @@ const setup_billing = () => {
|
||||
fieldname: "source",
|
||||
options: "LMS Source",
|
||||
only_select: 1,
|
||||
reqd: 1,
|
||||
},
|
||||
{
|
||||
fieldtype: "Section Break",
|
||||
|
||||
Reference in New Issue
Block a user