Commit 358a1bae1ca690367142ceb063e186007a3c42b6
1 parent
a6cc54c2e9
Exists in
master
alerta al ingresar más de una vez efectivo
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/views/modal-efectivo.html
| ... | ... | @@ -17,6 +17,10 @@ |
| 17 | 17 | ng-keypress="aceptar($event.keyCode)" |
| 18 | 18 | > |
| 19 | 19 | </div> |
| 20 | + <br> | |
| 21 | + <div class="alert alert-warning"> | |
| 22 | + Si ya ha ingresado efectivo, el monto que ingrese se sumará o restará al ya ingresado. | |
| 23 | + </div> | |
| 20 | 24 | </form> |
| 21 | 25 | </div> |
| 22 | 26 | <div class="modal-footer"> |