Commit dac138fef10056230eea737bb3ae5c686d505778

Authored by Luigi
1 parent 75c5fa64e7
Exists in master

Alerta al cambiar precio

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -64,7 +64,8 @@ angular.module('focaModalPrecioCondicion')
64 64 }
65 65 ],
66 66 }).then(function (res) {
67   - focaModalService.confirm('¿Desea cambiar la lista de precios?').then(function (data){
  67 + focaModalService.confirm('¿Desea cambiar la lista de precios?\n'+
  68 + 'Se perderan los productos ingresados').then(function (data){
68 69 if (data) {
69 70 $scope.associatedList = false;
70 71 $scope.listaDePreciosAlternativa = res;