Skip to content
Snippets Groups Projects
Commit d56fa2d4 authored by Tim Steiner's avatar Tim Steiner
Browse files

Display bug when viewing "AddISToCourse" requests.

parent 71c9f880
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ class Application_View_Helper_BulletinEntry ...@@ -17,7 +17,7 @@ class Application_View_Helper_BulletinEntry
echo '[ES]'; echo '[ES]';
} }
if ($course->integratedStudies == 'yes' || $request->type->name == 'NewCourseWithIS') { if ($course->integratedStudies == 'yes' || $request->type->name == 'NewCourseWithIS' || $request->type->name == 'AddISToCourse') {
echo '[IS]'; echo '[IS]';
} }
?> ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment