MOBILE-4362 course: Show other enrolments icon on fee enrolments
parent
597b4d5045
commit
87cfa35324
|
@ -111,7 +111,7 @@ export class CoreCoursesCourseListItemComponent implements OnInit, OnDestroy, On
|
|||
label: 'core.courses.allowguests',
|
||||
icon: 'fas-unlock',
|
||||
});
|
||||
} else if (instance === 'paypal') {
|
||||
} else if (instance === 'paypal' || instance === 'fee') {
|
||||
this.enrolmentIcons.push({
|
||||
label: 'core.courses.otherenrolments',
|
||||
icon: 'fas-up-right-from-square',
|
||||
|
|
Loading…
Reference in New Issue