Commit 73016b7f352e8caaf47cb572d38518f51e5732f1
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request modulos-npm/foca-crear-hoja-ruta!11
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -295,8 +295,7 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl', |
| 295 | 295 | |
| 296 | 296 | if ($scope.hojaRuta.litros >= $scope.hojaRuta.vehiculo.capacidad) { |
| 297 | 297 | focaModalService.alert( |
| 298 | - 'No se puede agregar mas recibos porque la ' + | |
| 299 | - 'capacidad del vehiculo esta llena o no esta definida' | |
| 298 | + 'Debe ingresar toda la información para el transporte' | |
| 300 | 299 | ); |
| 301 | 300 | return; |
| 302 | 301 | } |