diff --git a/changelog.txt b/changelog.txt index 9404c55af..d3407a0f3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ 1.5.6 (in development) ------------------------------------------------------------------------ - Fix: Fixed behavior of calendar when moving to next/previous month when current day is in the range of 29-31. +- Enhancement: [#328] Swap position for overall and month balance on day view Who built 1.5.6: - thamara diff --git a/js/classes/Calendar.js b/js/classes/Calendar.js index 77a129673..b0af7e2eb 100644 --- a/js/classes/Calendar.js +++ b/js/classes/Calendar.js @@ -1010,15 +1010,15 @@ class DayCalendar extends Calendar { return '
' + '
' + '
' + - '
Overall Balance
' + - '
' + - '
' + + '
Month Balance
' + + '
' + + '
' + '
' + '
' + '
' + - '
Month Balance
' + - '
' + - '
' + + '
Overall Balance
' + + '
' + + '
' + '' + ''; }