Commit bc75a81c82fb6d20486db86c138e93616b5156a4

Authored by Luigi
1 parent b8ff8f4603
Exists in master and in 1 other branch develop

texto de alerta

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -128,7 +128,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl',
128 128  
129 129 $scope.crearNotaPedido = function() {
130 130 if (!$scope.notaPedido.cliente.COD) {
131   - focaModalService.alert('Ingrese un cliente');
  131 + focaModalService.alert('Ingrese cliente');
132 132 return;
133 133 } else if ($scope.notaPedido.idRemito === -1) {
134 134 focaBotoneraLateralService.alert('No se puede modificar esta nota de pedido');