Commit 706f795b5ff6f8565e527afc96c89cf721f09172
1 parent
bd83950814
Exists in
master
redaccion mensaje
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -156,7 +156,7 @@ angular.module('focaLogisticaPedidoRuta') .controller('focaLogisticaPedidoRutaCo |
156 | 156 | function(vehiculo) { |
157 | 157 | var existe = $filter('filter')($scope.vehiculos, {id: vehiculo.id}); |
158 | 158 | if(existe.length) { |
159 | - focaModalService.alert('El vehiculo que ya ha sido cargado'); | |
159 | + focaModalService.alert('El vehiculo ya ha sido cargado'); | |
160 | 160 | return; |
161 | 161 | } |
162 | 162 | if(!vehiculo.cisternas.length) { |