Commit 81e4b37a468c1107c0d700eb5d58a9e3fe871f6b
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !8
Showing
1 changed file
Show diff stats
src/views/nota-pedido.html
... | ... | @@ -497,13 +497,11 @@ |
497 | 497 | <div class="col-auto my-2 col-lg-2 botonera-lateral d-none"> |
498 | 498 | <div class="col-12 mt-auto"> |
499 | 499 | <button |
500 | - ladda="saveLoading" | |
501 | - data-spinner-color="#FF0000" | |
502 | 500 | ng-click="crearNotaPedido()" |
503 | 501 | type="submit" |
504 | 502 | title="Crear nota pedido" |
505 | 503 | class="btn btn-default btn-block mb-2 border border-dark" |
506 | - ng-disabled="notaPedido.idRemito" | |
504 | + ng-disabled="notaPedido.idRemito || saveLoading" | |
507 | 505 | > |
508 | 506 | <strong>GUARDAR</strong> |
509 | 507 | </button> |