BugFix for SciProject: The Sponsors funding code was not published.

git-svn-id: https://svn.libreccm.org/ccm/trunk@5107 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2017-11-10 09:18:29 +00:00
parent c9bf0919b0
commit 67328f8b1a
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ public class SciProjectBundle extends GenericOrganizationalUnitBundle {
final DataObject link = add(SPONSORS, sponsorLive);
link.set(SPONSOR_ORDER, sponsors.get("link." + SPONSOR_ORDER));
link.set(SPONSOR_FUNDING_CODE, sponsors.get("link." + SPONSOR_FUNDING_CODE));
link.save();
}
}