Commit f2852db9874d1208684158ee43a15140573e642b
1 parent
ecc5d71fb6
Exists in
master
espacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -75,7 +75,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
75 | 75 | } |
76 | 76 | ); |
77 | 77 | |
78 | - $scope.crearNotaPedido = function() { | |
78 | + $scope.crearNotaPedido = function() { | |
79 | 79 | if(!$scope.notaPedido.vendedor.CodVen) { |
80 | 80 | focaModalService.alert('Ingrese Vendedor'); |
81 | 81 | return; |