Merge pull request '#7165 fix delivery-note css report' (!2389) from 7165-fixEmptySheet into dev
gitea/salix/pipeline/head Build queued... Details

Reviewed-on: #2389
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Jorge Penadés 2024-05-03 10:50:54 +00:00
commit a9d434989d
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- (Worker -> time-control) Corrección de errores - (Worker -> time-control) Corrección de errores
- (InvoiceOut -> Crear factura) Cuando falla al crear una factura, se devuelve un error - (InvoiceOut -> Crear factura) Cuando falla al crear una factura, se devuelve un error
- (Worker -> Ver albarán) Ya no aparece la página en blanco
## [24.18.01] - 2024-05-07 ## [24.18.01] - 2024-05-07

View File

@ -39,7 +39,11 @@ h2 {
margin-top: 10px margin-top: 10px
} }
.observations{ .observations {
text-align: justify; text-align: justify;
text-justify: inter-word; text-justify: inter-word;
}
.column-oriented {
margin-bottom: 5px;
} }