fix: course form overflow issue

This commit is contained in:
Jannat Patel
2026-02-19 11:47:17 +05:30
parent e5f0d55ff0
commit 35adf49015
2 changed files with 28 additions and 59 deletions
+4 -4
View File
@@ -34,9 +34,9 @@
"pricing_tab",
"pricing_section",
"paid_course",
"enable_certification",
"paid_certificate",
"column_break_acoj",
"enable_certification",
"section_break_vqbh",
"course_price",
"currency",
@@ -168,7 +168,7 @@
"fieldname": "currency",
"fieldtype": "Link",
"label": "Currency",
"mandatory_depends_on": "paid_course",
"mandatory_depends_on": "eval: doc.paid_course || doc.paid_certificate",
"options": "Currency"
},
{
@@ -181,7 +181,7 @@
"fieldname": "course_price",
"fieldtype": "Currency",
"label": "Amount",
"mandatory_depends_on": "paid_course"
"mandatory_depends_on": "eval: doc.paid_course || doc.paid_certificate"
},
{
"fieldname": "column_break_acoj",
@@ -314,7 +314,7 @@
}
],
"make_attachments_public": 1,
"modified": "2026-01-13 18:48:56.069280",
"modified": "2026-02-19 11:41:57.038869",
"modified_by": "sayali@frappe.io",
"module": "LMS",
"name": "LMS Course",