mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 13:39:31 +03:00
fix: course form overflow issue
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user