Commit 3b8c4a9e696e46676f3ab1a94d7e0d6cc720fcb7
1 parent
38e36a3401
Exists in
master
Revert "Cambio en el campo MOD del modal de lista precio"
This reverts commit 38e36a34011c828b816cff059d712af50b3863f2.
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -682,7 +682,6 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl', |
682 | 682 | $scope.notaPedido.notaPedidoPlazo = precioCondicion.plazoPago; |
683 | 683 | $scope.notaPedido.precioCondicion = precioCondicion; |
684 | 684 | $scope.notaPedido.idPrecioCondicion = precioCondicion.listaPrecio.ID; |
685 | - $scope.notaPedido.cliente.MOD = precioCondicion.listaPrecio.ID; | |
686 | 685 | $scope.idLista = parseInt(precioCondicion.listaPrecio.ID) ? |
687 | 686 | parseInt(precioCondicion.listaPrecio.ID) : -1; |
688 | 687 | for (var i = 0; i < precioCondicion.plazoPago.length; i++) { |