Commit 5447472a404010c295d134211e35b82f3e6a76dc
1 parent
f05145ae33
Exists in
master
validacion flete
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/js/businessService.js
src/js/controller.js
... | ... | @@ -128,7 +128,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
128 | 128 | } else if(!$scope.plazosPagos) { |
129 | 129 | focaModalService.alert('Ingrese Precios y Condiciones'); |
130 | 130 | return; |
131 | - } else if(!$scope.notaPedido.flete) { | |
131 | + } else if($scope.notaPedido.flete === undefined) { | |
132 | 132 | focaModalService.alert('Ingrese Flete'); |
133 | 133 | return; |
134 | 134 | } else if(!$scope.notaPedido.domicilio.id) { |