Merge pull request '#7165 fix delivery-note css report' (!2389) from 7165-fixEmptySheet into dev
gitea/salix/pipeline/head Build queued...
Details
gitea/salix/pipeline/head Build queued...
Details
Reviewed-on: #2389 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
a9d434989d
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Fixed
|
||||
- (Worker -> time-control) Corrección de errores
|
||||
- (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
|
||||
|
||||
|
|
|
@ -39,7 +39,11 @@ h2 {
|
|||
margin-top: 10px
|
||||
}
|
||||
|
||||
.observations{
|
||||
.observations {
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
}
|
||||
|
||||
.column-oriented {
|
||||
margin-bottom: 5px;
|
||||
}
|
Loading…
Reference in New Issue