File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11Revision history for SQL-Ledger, starting with version 3.0.0
22
3- Not Released
4- -
3+ 4.0.5 2026-02-12
4+ - illegal function call in warehouse transfer corrected
5+ - filter for departments in transaction report corrected
6+ - more uninitialized variables corrected
7+
8+ 3.2.12.67 2026-02-12
9+ - filter for departments in transaction report corrected
10+ (backport from 4.0.5)
511
6124.0.4 2026-02-05
713 - distorted onhand amounts with numberformat 1.000,00 corrected
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ sub new ($type, $userspath = '') {
133133
134134 $self -> {charset } = ' UTF-8' ;
135135
136- $self -> {version } = ' 4.0.5_01 ' ;
136+ $self -> {version } = ' 4.0.5 ' ;
137137 $self -> {dbversion } = ' 4.0.0' ;
138138 $self -> {cssversion } = 53;
139139
Original file line number Diff line number Diff line change 1- 4.0.4
1+ 4.0.5
You can’t perform that action at this time.
0 commit comments