Migliorie minori

This commit is contained in:
Luca 2021-01-14 02:24:28 +01:00
parent 7b0d4e3d51
commit 7ed9a7f50f
4 changed files with 2466 additions and 1566 deletions

View File

@ -34,7 +34,7 @@ Il formato utilizzato è basato sulle linee guida di [Keep a Changelog](http://k
## 2.4.21 (2021-01-14)
## Aggiunto (Added)
### Aggiunto (Added)
- Aggiunto fallback selezione IVA per natura mancante in fase di import fattura di acquisto
- Aggiunto filtro periodo anche per stampe mastrini di livello 1 e 2
- Aggiunta gestione peso e volume automatici per DDT e Fatture

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -150,7 +150,7 @@ if (!empty($results)) {
if (!empty($foreign_keys)) {
echo '
<table class="table table-bordered table-striped">
<table class="table table-bordered">
<thead>
<tr>
<th>'.tr('Foreign keys').'</th>
@ -161,8 +161,14 @@ if (!empty($results)) {
<tbody>';
foreach ($foreign_keys as $name => $diff) {
if(count($diff) == 2 && array_key_exists('current',$diff) && $diff['current'] == null ){
$class="info";
}else{
$class="warning";
}
echo '
<tr>
<tr class="bg-'.$class.'" >
<td>
'.$name.'
</td>