Skip to content

Commit

Permalink
5-20151223-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MBP 13 2015 authored and MBP 13 2015 committed Dec 23, 2015
1 parent b670498 commit 9cac00a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public BulletinSubject saveAndReturn(BulletinSubject bulletin){
ps.setT2( Double.toString(((double)Math.round((totalT2+examT2)/(totalCoefT2+coefExamT2)*10))/10) );
if (totalT2>=0 && examT2<0)
ps.setT2( Double.toString(((double)Math.round(totalT2/totalCoefT2*10))/10 ));
if (totalT2<0 && examT1>=0)
if (totalT2<0 && examT2>=0)
ps.setT2( Double.toString(((double)Math.round(examT2/coefExamT2*10))/10 ));
if (totalT2<0 && examT2<0)
ps.setT2("");
Expand Down
2 changes: 1 addition & 1 deletion SIS/war/WEB-INF/appengine-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<application>lemania-eprofil</application>

<version>5-20151221-1</version>
<version>5-20151223-1</version>


<threadsafe>true</threadsafe>
Expand Down
Binary file not shown.

0 comments on commit 9cac00a

Please sign in to comment.