Commit 4904df1a79c65808399e25b6de04eaaa828ea801

Authored by Marcelo Puebla
1 parent 679959fa5e
Exists in master

Agregado acento.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -253,7 +253,7 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl',
253 253 $scope.seleccionarProductos = function () {
254 254  
255 255 if ($scope.idLista === undefined) {
256   - focaModalService.alert('Primero seleccione una lista de precio y condicion');
  256 + focaModalService.alert('Primero seleccione una lista de precio y condición');
257 257 return;
258 258 } else if (!validarNotaRemitada()) {
259 259 return;