Commit 179d4352dba83cc5f9b1c52034640c0883a6172e

Authored by Nicolás Guarnieri
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

Master

See merge request !13
src/views/botonera-facturador.html
... ... @@ -7,6 +7,7 @@
7 7 class="btn btn-default btn-block btn-xs text-center py-1 rounded border border-light foca-overflow-hidden"
8 8 ng-click="(boton != '') ? ejecutarFuncion(boton.label) : null"
9 9 ng-class="{'d-sm-block h-100': boton == ''}"
  10 + ng-disabled="boton.disable"
10 11 >
11 12 <img ng-src="./img/{{boton.image}}" alt="">
12 13 <span>{{boton.label}}</span>