Commit 83228af71b1e4754f1639f37d5dce2413dddc250

Authored by Marcelo Puebla
Exists in develop

Merge branch 'develop' of git.focasoftware.com:angular/autoservicio-axion into develop

src/app/modules/comanda/comanda.component.html
... ... @@ -4,7 +4,7 @@
4 4 <p class="mb-3 h2 text-center mt-2">Pedidos a elaborar</p>
5 5 </div>
6 6 </div>
7   - <div class="row flex-fill m-0 overflow-scroll">
  7 + <div class="row flex-fill m-0 scroll-y">
8 8 <div class="col-12 px-2">
9 9 <div class="card-columns h-100 m-1 fade-in disable-user-select">
10 10 <div
src/app/shared/header-publicidad/header-publicidad.component.ts
... ... @@ -72,7 +72,7 @@ export class HeaderPublicidadComponent implements OnInit {
72 72 {
73 73 initialState: {
74 74 titleMessage: articulo.DET_LAR,
75   - imagenPath: articulo.imagenes.length ? articulo.imagenes[0].imagen : '',
  75 + imagenPath: articulo.imagenes.length ? articulo.imagenes[0].imagen : 'assets/img/image-not-found.jpg',
76 76 footerMessageFirst: `¿DESEA AGREGAR ESTE ARTÍCULO`,
77 77 footerMessageSecond: `a su carrito?`,
78 78 footerConfirmation: articulo.PreVen,
src/app/shared/sinonimo/sinonimo.component.html
... ... @@ -18,7 +18,7 @@
18 18 <label
19 19 class="custom-control-label"
20 20 [for]="articulo.id">
21   - {{articulo.DET_LAR}}
  21 + {{articulo.DET_LAR.toUpperCase()}}
22 22 </label>
23 23 </div>
24 24 </div>