diff --git a/Changes b/Changes index 39c676f2..75fadb1b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for SQL-Ledger, starting with version 3.0.0 -Not Released +3.2.12.47 2024-11-09 - hidden order number is deleted when a quotation or rfq is saved a new - ct.pl accepts custom scripts - income, expense and inventory account numbers are included in API invoice details diff --git a/SL/Form.pm b/SL/Form.pm index 1d69e0a2..266464ab 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -127,7 +127,7 @@ sub new { $self->{version} = "3.2.12"; $self->{dbversion} = "3.2.4"; - $self->{version2} = "tekki 3.2.12.47rc"; + $self->{version2} = "tekki 3.2.12.47"; $self->{dbversion2} = 43; $self->{cssversion} = 42;