Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,7 @@ public void sendProjectNotifications(Integer projectid)
//Create header information on the report

html.append("<table border=1 style='border-collapse: collapse;'>");
html.append("<tr style='font-weight: bold;'><td>Center Project</td><td>Project ID</td><td>Iacuc Protocol</td><td> Investigator</td><td> Project Start Date</td><td> Project Previous End Date</td><td> Project End Date</td></tr>\n");
html.append("<tr style='font-weight: bold;'><td>Center Project</td><td>Project ID</td><td>Iacuc Protocol</td><td> Contact</td><td> Project Start Date</td><td> Project Previous End Date</td><td> Project End Date</td></tr>\n");
ts.forEach(new Selector.ForEachBlock<ResultSet>()
{

Expand Down