MOBILE-4362 course: Show other enrolments icon on fee enrolments

main
Pau Ferrer Ocaña 2023-06-08 15:56:45 +02:00
parent 597b4d5045
commit 87cfa35324
1 changed files with 1 additions and 1 deletions

View File

@ -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',