Commit d30ff8b97b13f5b0951a043591608f7c63e143db
1 parent
b2c6a31c5b
Exists in
master
Cambio para que no se vean botones vacios en la botonera.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/foca-logistica-pedido-ruta.html
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | </div> |
9 | 9 | <div class="row px-5 py-2 botonera-secundaria position-relative"> |
10 | 10 | <div class="col-10"> |
11 | - <foca-botonera-facturador botones="botonera" max="6" class="row"></foca-botonera-facturador> | |
11 | + <foca-botonera-facturador botones="botonera" max="botonera.length" class="row"></foca-botonera-facturador> | |
12 | 12 | </div> |
13 | 13 | <div class="col-2 px-0 position-absolute right-0"> |
14 | 14 | <strong>Ver Remitos</strong> |