Skip to content

Commit

Permalink
Completamento changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasalva87 committed Jan 13, 2021
1 parent 534f6ba commit 8b4bd26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tutti i maggiori cambiamenti di questo progetto saranno documentati in questo fi

Il formato utilizzato è basato sulle linee guida di [Keep a Changelog](http://keepachangelog.com/), e il progetto segue il [Semantic Versioning](http://semver.org/) per definire le versioni delle release.

- [2.4.21 (2021-01-)](#2421-2021-01-)
- [2.4.21 (2021-01-)](#2421-2021-01-14)
- [2.4.20 (2020-12-31)](#2420-2020-12-31)
- [2.4.19 (2020-11-10)](#2419-2020-11-10)
- [2.4.18 (2020-10-30)](#2418-2020-10-30)
Expand Down Expand Up @@ -32,7 +32,7 @@ Il formato utilizzato è basato sulle linee guida di [Keep a Changelog](http://k
- [2.2 (2016-11-10)](#22-2016-11-10)
- [2.1 (2015-04-02)](#21-2015-04-02)

## 2.4.21 (2021-01-)
## 2.4.21 (2021-01-14)

## Aggiunto (Added)
- Aggiunto fallback selezione IVA per natura mancante in fase di import fattura di acquisto
Expand All @@ -41,6 +41,7 @@ Il formato utilizzato è basato sulle linee guida di [Keep a Changelog](http://k

### Fixed
- Fix falsi positivi su warning verifica numero fatture di vendita (#919)
- Fix fornitore predefinito articoli (#928)
- Correzioni in importazione FE
- Fix per invio email (#923)
- Correzione sconto unitario (#925)
Expand Down
2 changes: 0 additions & 2 deletions update/2_4_21.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ WHERE 1=1 |date_period(custom,\'|period_start|\' >= `data_bozza` AND \'|period_s
WHERE
`zz_modules`.`name` = 'Preventivi';


-- Aggiunta colonna Rif. fattura per preventivi
INSERT INTO `zz_views` (`id_module`, `name`, `query`, `order`, `search`, `format`, `default`, `visible`) VALUES
((SELECT `id` FROM `zz_modules` WHERE `name` = 'Preventivi'), 'Rif. fattura', 'fattura.info', 9, 1, 0, 0, 1);


-- Modifico impostazione "Lunghezza in pagine del buffer Datatables" per renderla modificabile dall'utente
UPDATE `zz_settings` SET `editable` = '1', `tipo` = 'list[5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100]', `help` = 'Attenzione, a valori più elevati corrispondono performance peggiori' WHERE `zz_settings`.`nome` = 'Lunghezza in pagine del buffer Datatables';

Expand Down

0 comments on commit 8b4bd26

Please sign in to comment.