Commit 0d3b9b8f7353517ab89467fc344021f7ecef293e
1 parent
99da490b5b
Exists in
develop
solving diff comments
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
src/app/modules/mensaje-final/mensaje-final.component.ts
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... | ... | @@ -139,8 +139,8 @@ |
139 | 139 | </div> |
140 | 140 | </div> |
141 | 141 | <!-- BOTON SCROLL DERECHA --> |
142 | - <div *ngIf="articuloService.carrito.length" class="col-auto btn-effect | |
143 | - h-20 align-self-center d-contents"> | |
142 | + <div *ngIf="articuloService.carrito.length" | |
143 | + class="col-auto btn-effect h-20 align-self-center d-contents"> | |
144 | 144 | <img |
145 | 145 | draggable="false" |
146 | 146 | ondragstart="return false;" |
src/app/shared/promocion/promocion.component.ts
... | ... | @@ -84,7 +84,7 @@ export class PromocionComponent implements OnInit { |
84 | 84 | }); |
85 | 85 | } |
86 | 86 | |
87 | - getPromociones() { | |
87 | + getPromociones() { | |
88 | 88 | const sector = this.articulosPromo[0].CodSec; |
89 | 89 | const codigo = this.articulosPromo[0].CodArt; |
90 | 90 | this.promocionService.getPromociones(sector, codigo) |