Skip to content

Commit 5c15dcd

Browse files
committed
Update CourseRegistrationController.cls
1 parent 8e64719 commit 5c15dcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

force-app/main/default/classes/CourseRegistrationController.cls

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@ public without sharing class CourseRegistrationController {
4141
ShowInvoiceReference__c,
4242
ShowAllergies__c,
4343
ShowWorkplace__c,
44-
ShowAdditionalInformation__c,
4544
Sub_category__c,
4645
Theme__c,
4746
ShowTypeOfAttendance__c,
4847
ShowAdditionalInformation__c
49-
5048
FROM Course__c
5149
WHERE Id = :courseId
5250
];

0 commit comments

Comments
 (0)