Skip to content
Snippets Groups Projects
Commit 4a17dde0 authored by Vladislav Yakovlev's avatar Vladislav Yakovlev
Browse files

Merge branch 'hotfix/v2.1.6' into production

parents ccd1aefa a5e7d039
Branches
No related merge requests found
......@@ -767,7 +767,7 @@ class Controller_Handler_FileCreator extends Controller_Handler
$yearInt = (int) $year;
$result = "";
if ($semesterNum == 1)
$result = "30.12.";
$result = "29.12.";
else if ($semesterNum == 2) {
$result = "30.05.";
$yearInt++;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment