Commit 042bc9319347741a3927b63eadd1da8198a64219
1 parent
556b440b88
Exists in
master
Eliminacion de espacio
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -650,7 +650,6 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl', |
650 | 650 | } |
651 | 651 | function abrirModal() { |
652 | 652 | var parametros = { idCliente: $scope.notaPedido.cliente.COD, idListaPrecio : $scope.notaPedido.cliente.MOD}; |
653 | - | |
654 | 653 | var modalInstance = $uibModal.open( |
655 | 654 | { |
656 | 655 | ariaLabelledBy: 'Busqueda de Precio Condición', |